[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 34bedcd58d7: ; * lisp/progmodes/executable.el: Remove stale com
From: |
Eli Zaretskii |
Subject: |
emacs-30 34bedcd58d7: ; * lisp/progmodes/executable.el: Remove stale comment (bug#74846). |
Date: |
Fri, 13 Dec 2024 07:11:43 -0500 (EST) |
branch: emacs-30
commit 34bedcd58d74f733631ec78afc7bda9a068c714f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * lisp/progmodes/executable.el: Remove stale comment (bug#74846).
---
lisp/progmodes/executable.el | 7 +++----
1 file 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 @@
;; It also allows debugging scripts, with an adaptation of compile, as far
;; as interpreters give out meaningful error messages.
-;; Modes that use this should nconc `executable-map' to the end of their own
-;; keymap and `executable-font-lock-keywords' to the end of their own font
-;; lock keywords. Their mode-setting commands should call
-;; `executable-set-magic'.
+;; Modes that use this should nconc `executable-font-lock-keywords' to
+;; the end of their own font lock keywords. Their mode-setting commands
+;; should call `executable-set-magic'.
;;; Code:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 34bedcd58d7: ; * lisp/progmodes/executable.el: Remove stale comment (bug#74846).,
Eli Zaretskii <=