diff options
| author | Tomas Volf <~@wolfsden.cz> | 2023-12-08 16:09:49 +0100 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-05 00:31:36 -0500 |
| commit | 6702118c94d05f8410e89781f661e1fd3858b365 (patch) | |
| tree | 6b00b06a159ca91a2ec7b069312bb234d153266d | |
| parent | 2ef73c6bf5a6885153f2ab0594961878ee0dbf04 (diff) | |
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>
| -rwxr-xr-x | build-aux/test-driver.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/test-driver.scm b/build-aux/test-driver.scm index 1cdd4ff8f76..901f6ab9ec3 100755 --- a/build-aux/test-driver.scm +++ b/build-aux/test-driver.scm | |||
| @@ -3,7 +3,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@" | |||
| 3 | !# | 3 | !# |
| 4 | ;;;; test-driver.scm - Guile test driver for Automake testsuite harness | 4 | ;;;; test-driver.scm - Guile test driver for Automake testsuite harness |
| 5 | 5 | ||
| 6 | (define script-version "2021-02-02.05") ;UTC | 6 | (define script-version "2023-12-08.14") ;UTC |
| 7 | 7 | ||
| 8 | ;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org> | 8 | ;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org> |
| 9 | ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 9 | ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| @@ -274,6 +274,7 @@ cases based on their names." | |||
| 274 | (exit 0))) | 274 | (exit 0))) |
| 275 | 275 | ||
| 276 | ;;; Local Variables: | 276 | ;;; Local Variables: |
| 277 | ;;; mode: scheme | ||
| 277 | ;;; eval: (add-hook 'write-file-functions 'time-stamp) | 278 | ;;; eval: (add-hook 'write-file-functions 'time-stamp) |
| 278 | ;;; time-stamp-start: "(define script-version \"" | 279 | ;;; time-stamp-start: "(define script-version \"" |
| 279 | ;;; time-stamp-format: "%:y-%02m-%02d.%02H" | 280 | ;;; time-stamp-format: "%:y-%02m-%02d.%02H" |
