aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-06-09 09:59:41 +0000
committerDave Love2000-06-09 09:59:41 +0000
commitcc7e1d188e2c0dec2a6f72c21bd79fdbd43bd10a (patch)
tree287309ab30206d5b12f465d34ced3dbcecf47566 /lisp/ChangeLog
parentd18f678bf008dc55d8089b88ae548196937670fb (diff)
downloademacs-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/ChangeLog6
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
122000-06-09 Kenichi Handa <handa@etl.go.jp> 122000-06-09 Kenichi Handa <handa@etl.go.jp>
13 13