Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7204084e
Commit
7204084e
authored
Aug 10, 1995
by
Richard M. Stallman
Browse files
Comment change.
parent
507fb916
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
lisp/progmodes/executable.el
lisp/progmodes/executable.el
+7
-4
No files found.
lisp/progmodes/executable.el
View file @
7204084e
...
...
@@ -21,10 +21,13 @@
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; Provide or modify interpreter magic number for buffer, and make file
;; executable if it isn't. Support code for the likes of sh-, awk-, perl-,
;; tcl- or makefile-mode.
;; This is support code for the likes of sh-, awk-, perl-, tcl- or
;; makefile-mode. Those mode-setting commands can call the like of
;; `(executable-set-magic "sh")' or `(executable-set-magic "perl" "-f")'.
;; Unless the file name matches `executable-magicless-file-regexp' this will
;; search $PATH if the given interpreter isn't absolute, and then insert a
;; first line like `#! /bin/sh' or `#! /usr/local/bin/perl -f' and the file
;; will be made executable as soon as it's saved if it wasn't.
;; Would someone please explain clearly what this is to be used for? -- rms.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment