aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-14 09:39:59 -0500
committerEli Zaretskii2024-12-14 09:39:59 -0500
commit567566ca081d059bfadd9684a3d35c371fa746a3 (patch)
tree84603f2725d138d3633d45f3213ab263c0ebff4d /lisp/progmodes/executable.el
parentfd021c07606264a73cd4c1f6fa6fe80a756defe0 (diff)
parent6942599dbb24c1a469e3d3708df83692b49e4af8 (diff)
downloademacs-567566ca081d059bfadd9684a3d35c371fa746a3.tar.gz
emacs-567566ca081d059bfadd9684a3d35c371fa746a3.zip
Merge from origin/emacs-30
6942599dbb2 ; * etc/PROBLEMS: Document problem with menu-bar backgrou... 488801baf7d * lisp/time-stamp.el: Limit field width to two digits. 34bedcd58d7 ; * lisp/progmodes/executable.el: Remove stale comment (b... 327d3e56f6e ; * etc/TODO: Add an item for improving defgroups. 7ae9ccae0ca ; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix... 3e51be94ae6 ; Fix :version tag in browse-url dffd4a50c64 Revert "Attempt to install package first when upgrading" fbcb357b9db Fix 'gnus-select-method' custom type 6fd5e02cb9b Fix typo in maps.texi 872a7336dc0 ; * etc/DEBUG: Mention "handle SIGINT" on MS-Windows. b4bcbabf95c * doc/misc/tramp.texi (FUSE-based methods): Fix sshfs ref... f8da72b41cd Improve gnus.texi indexing 4a090bd7eab ; * lisp/net/eww.el (eww-browse-with-external-browser): F... 59fa0b1dd6e ; Improve doc strings in compile.el 3d8e49c41a6 Attempt to install package first when upgrading # Conflicts: # lisp/net/browse-url.el # lisp/net/eww.el
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