1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Rename make-buffer-file-executable-if-script-p.

This commit is contained in:
Dave Love 2000-06-09 09:55:33 +00:00
parent 22ddd29947
commit d18f678bf0

View file

@ -2497,7 +2497,7 @@ the last real save, but optional arg FORCE non-nil means delete anyway."
(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)