mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * lisp/progmodes/executable.el: Remove stale comment (bug#74846).
This commit is contained in:
parent
327d3e56f6
commit
34bedcd58d
1 changed files with 3 additions and 4 deletions
|
@ -43,10 +43,9 @@
|
||||||
;; It also allows debugging scripts, with an adaptation of compile, as far
|
;; It also allows debugging scripts, with an adaptation of compile, as far
|
||||||
;; as interpreters give out meaningful error messages.
|
;; as interpreters give out meaningful error messages.
|
||||||
|
|
||||||
;; Modes that use this should nconc `executable-map' to the end of their own
|
;; Modes that use this should nconc `executable-font-lock-keywords' to
|
||||||
;; keymap and `executable-font-lock-keywords' to the end of their own font
|
;; the end of their own font lock keywords. Their mode-setting commands
|
||||||
;; lock keywords. Their mode-setting commands should call
|
;; should call `executable-set-magic'.
|
||||||
;; `executable-set-magic'.
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue