aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
Commit message (Collapse)AuthorAgeFilesLines
* (executable-binary-suffixes): Make varalias.Stefan Monnier2001-10-141-7/+3
| | | | | (executable-find): Use exec-suffixes. (executable-set-magic): Don't use make-local-hook.
* (executable-set-magic): IfGerd Moellmann2001-08-071-3/+9
| | | | | executable-find returns a quoted file name, unquote it before inserting it.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (executable-make-buffer-file-executable-if-script-p): Check thatGerd Moellmann2000-08-291-1/+2
| | | | buffer contains at least 2 characters.
* (executable-make-buffer-file-executable-if-script-p): Renamed andDave Love2000-06-091-7/+4
| | | | simplified.
* Byte compile dynamic.Dave Love2000-06-091-8/+29
| | | | | | | (executable-insert): Change custom type. (executable-find): Add autoload cookie. (make-buffer-file-executable-if-script-p): New function from Noah Friedman.
* Update comment.Karl Heuer1998-12-141-2/+1
|
* (executable-query): Use `other' widgetAndreas Schwab1998-06-241-2/+2
| | | | type.
* (executable-binary-suffixes): New variable.Richard M. Stallman1998-06-231-7/+19
| | | | (executable-find): Use it to look for executable program files.
* (executable-chmod): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* Comment change.Richard M. Stallman1997-05-271-1/+2
|
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-121-13/+33
|
* (executable-insert): Doc fix.Richard M. Stallman1996-09-041-11/+7
| | | | (executable-query): Doc fix.
* (executable-find): Doc fix.Richard M. Stallman1996-07-211-1/+1
|
* (executable-find): Doc fix.Karl Heuer1996-07-211-2/+2
|
* (executable-set-magic): Don't put a space at endKarl Heuer1996-07-151-5/+1
| | | | if user says no.
* (executable-set-magic): Add space at end of lineRichard M. Stallman1996-06-291-13/+21
| | | | | if user says no to adding the shell's usual arguments. Don't clear the buffer's modified-flag.
* Comment change.Richard M. Stallman1996-03-011-7/+21
|
* Update FSF's address.Erik Naggum1996-01-141-3/+5
|
* (executable-find): Renamed from `executable'.Karl Heuer1996-01-091-42/+45
| | | | | | (executable-set-magic): Use new name `executable'. Fix messages. Add save-excursion. Don't test this-command--use interactive to get the information. Simplify considerably.
* (interpreter-mode-alist): Modification deleted.Richard M. Stallman1996-01-051-10/+0
|
* (executable-set-magic): Use make-local-hook for after-save-hook.Richard M. Stallman1995-08-281-2/+2
|
* Comment change.Richard M. Stallman1995-08-101-4/+7
|
* Comment change.Richard M. Stallman1995-08-101-4/+7
|
* (interpreter-mode-alist): Delete autoload cookie.Richard M. Stallman1995-08-091-1/+4
|
* Initial revisionKarl Heuer1995-07-071-0/+217