aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-13 14:11:13 +0200
committerEli Zaretskii2024-12-13 14:11:13 +0200
commit34bedcd58d74f733631ec78afc7bda9a068c714f (patch)
treea1e871aaf388371bc1e89c09fce61f5d6e2cd9ae /lisp/progmodes/executable.el
parent327d3e56f6ecd9e5c49405c87ebb8b78b96d8293 (diff)
downloademacs-34bedcd58d74f733631ec78afc7bda9a068c714f.tar.gz
emacs-34bedcd58d74f733631ec78afc7bda9a068c714f.zip
; * lisp/progmodes/executable.el: Remove stale comment (bug#74846).
Diffstat (limited to 'lisp/progmodes/executable.el')
-rw-r--r--lisp/progmodes/executable.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el
index cb4a5eedb80..97baf86e017 100644
--- a/lisp/progmodes/executable.el
+++ b/lisp/progmodes/executable.el
@@ -43,10 +43,9 @@
43;; It also allows debugging scripts, with an adaptation of compile, as far 43;; It also allows debugging scripts, with an adaptation of compile, as far
44;; as interpreters give out meaningful error messages. 44;; as interpreters give out meaningful error messages.
45 45
46;; Modes that use this should nconc `executable-map' to the end of their own 46;; Modes that use this should nconc `executable-font-lock-keywords' to
47;; keymap and `executable-font-lock-keywords' to the end of their own font 47;; the end of their own font lock keywords. Their mode-setting commands
48;; lock keywords. Their mode-setting commands should call 48;; should call `executable-set-magic'.
49;; `executable-set-magic'.
50 49
51;;; Code: 50;;; Code:
52 51