diff options
| author | Eli Zaretskii | 2024-12-14 16:41:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-14 16:41:22 +0200 |
| commit | 4d602beea14695e859d8a62f81d5e37ecb609842 (patch) | |
| tree | 176ab2ce8024aafe6afc8f73a359e87698ee2daa /lisp/progmodes/executable.el | |
| parent | 77f73abd92f1a627ddec0648dcfe14e56b525f4d (diff) | |
| parent | 567566ca081d059bfadd9684a3d35c371fa746a3 (diff) | |
| download | emacs-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.el | 7 |
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 | ||