mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: test-driver.scm: Set mode.
Emacs auto-detects the build-aux/test-driver.scm as sh-mode, due to the shebang. So override the auto-detection using a local variable forcing scheme-mode. * build-aux/test-driver.scm: Set mode to scheme. Change-Id: I07f12656dba5fb7b52447b94569307a2a605ffc1 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
2ef73c6bf5
commit
6702118c94
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
!#
|
!#
|
||||||
;;;; test-driver.scm - Guile test driver for Automake testsuite harness
|
;;;; test-driver.scm - Guile test driver for Automake testsuite harness
|
||||||
|
|
||||||
(define script-version "2021-02-02.05") ;UTC
|
(define script-version "2023-12-08.14") ;UTC
|
||||||
|
|
||||||
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
|
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
|
@ -274,6 +274,7 @@ (define (main . args)
|
||||||
(exit 0)))
|
(exit 0)))
|
||||||
|
|
||||||
;;; Local Variables:
|
;;; Local Variables:
|
||||||
|
;;; mode: scheme
|
||||||
;;; eval: (add-hook 'write-file-functions 'time-stamp)
|
;;; eval: (add-hook 'write-file-functions 'time-stamp)
|
||||||
;;; time-stamp-start: "(define script-version \""
|
;;; time-stamp-start: "(define script-version \""
|
||||||
;;; time-stamp-format: "%:y-%02m-%02d.%02H"
|
;;; time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||||
|
|
Loading…
Reference in a new issue