Mercurial > emacs
changeset 29529:fd2ad6344dab
Rename make-buffer-file-executable-if-script-p.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 09 Jun 2000 09:55:33 +0000 |
parents | 4fec2976425d |
children | 2485d23636b2 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Fri Jun 09 09:42:05 2000 +0000 +++ b/lisp/files.el Fri Jun 09 09:55:33 2000 +0000 @@ -2497,7 +2497,7 @@ (defcustom after-save-hook nil "Normal hook that is run after a buffer is saved to its file." - :options '(make-buffer-file-executable-if-script-p) + :options '(executable-make-buffer-file-executable-if-script-p) :type 'hook :group 'files)