aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-14 16:41:22 +0200
committerEli Zaretskii2024-12-14 16:41:22 +0200
commit4d602beea14695e859d8a62f81d5e37ecb609842 (patch)
tree176ab2ce8024aafe6afc8f73a359e87698ee2daa /lisp/progmodes/executable.el
parent77f73abd92f1a627ddec0648dcfe14e56b525f4d (diff)
parent567566ca081d059bfadd9684a3d35c371fa746a3 (diff)
downloademacs-4d602beea14695e859d8a62f81d5e37ecb609842.tar.gz
emacs-4d602beea14695e859d8a62f81d5e37ecb609842.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
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