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:
parent
22ddd29947
commit
d18f678bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue