diff options
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 | ||