diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-01 19:57:05 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-01 19:57:05 +0200 |
commit | a5125f98b8e977abfcef74ddd7720ccb63328560 (patch) | |
tree | 7804e2bce284cf6d7a88ec1eba2f17ec9bd4907b /test/lisp/progmodes/executable-tests.el | |
parent | 33f00364cf86d90c37b958ee4676ea7f581fff99 (diff) | |
download | emacs-a5125f98b8e977abfcef74ddd7720ccb63328560.tar.gz emacs-a5125f98b8e977abfcef74ddd7720ccb63328560.tar.bz2 emacs-a5125f98b8e977abfcef74ddd7720ccb63328560.zip |
; Remove spurious comment in last commit
Diffstat (limited to 'test/lisp/progmodes/executable-tests.el')
-rw-r--r-- | test/lisp/progmodes/executable-tests.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lisp/progmodes/executable-tests.el b/test/lisp/progmodes/executable-tests.el index e3531912014..4f0fa699f72 100644 --- a/test/lisp/progmodes/executable-tests.el +++ b/test/lisp/progmodes/executable-tests.el @@ -19,9 +19,6 @@ ;;; Commentary: -;; This file is part of ERT, the Emacs Lisp Regression Testing tool. -;; See ert.el or the texinfo manual for more details. - ;;; Code: (require 'ert) |