gnu: emacs-relative-buffers: Remove trailing #T.
* gnu/packages/emacs-xyz.scm (emacs-relative-buffers)[snippet]: Remove trailing #T.
This commit is contained in:
parent
905783b7cd
commit
372b5b7940
1 changed files with 4 additions and 4 deletions
|
@ -2024,11 +2024,11 @@ (define-public emacs-relative-buffers
|
|||
(snippet
|
||||
'(begin
|
||||
;; Delete the Cask test runners.
|
||||
(for-each delete-file '("Cask" "test/test-helper.el"))
|
||||
#t))))
|
||||
(for-each delete-file '("Cask" "test/test-helper.el"))))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
(list
|
||||
#:tests? #t
|
||||
#:test-command '("ert-runner")))
|
||||
(native-inputs
|
||||
(list emacs-ert-runner))
|
||||
|
|
Loading…
Reference in a new issue