diff options
| author | Dave Love | 2000-06-09 09:59:41 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-09 09:59:41 +0000 |
| commit | cc7e1d188e2c0dec2a6f72c21bd79fdbd43bd10a (patch) | |
| tree | 287309ab30206d5b12f465d34ced3dbcecf47566 /lisp/ChangeLog | |
| parent | d18f678bf008dc55d8089b88ae548196937670fb (diff) | |
| download | emacs-cc7e1d188e2c0dec2a6f72c21bd79fdbd43bd10a.tar.gz emacs-cc7e1d188e2c0dec2a6f72c21bd79fdbd43bd10a.zip | |
(executable-make-buffer-file-executable-if-script-p): Renamed and
simplified.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33c5f78f5d1..abf1255da5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,11 +3,11 @@ | |||
| 3 | * executable.el: Byte compile dynamic. | 3 | * executable.el: Byte compile dynamic. |
| 4 | (executable-insert): Change custom type. | 4 | (executable-insert): Change custom type. |
| 5 | (executable-find): Add autoload cookie. | 5 | (executable-find): Add autoload cookie. |
| 6 | (make-buffer-file-executable-if-script-p): New function. From | 6 | (executable-make-buffer-file-executable-if-script-p): New |
| 7 | Noah Friedman. | 7 | function. After Noah Friedman. |
| 8 | 8 | ||
| 9 | * files.el (after-save-hook): Customize, with | 9 | * files.el (after-save-hook): Customize, with |
| 10 | make-buffer-file-executable-if-script-p as an option. | 10 | executable-make-buffer-file-executable-if-script-p as an option. |
| 11 | 11 | ||
| 12 | 2000-06-09 Kenichi Handa <handa@etl.go.jp> | 12 | 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
| 13 | 13 | ||