aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-06-09 09:55:33 +0000
committerDave Love2000-06-09 09:55:33 +0000
commitd18f678bf008dc55d8089b88ae548196937670fb (patch)
treebb5949b3256cf16ab102e9db3df9b6bb33724025
parent22ddd2994787b9c10332b5356c040ea06ee99027 (diff)
downloademacs-d18f678bf008dc55d8089b88ae548196937670fb.tar.gz
emacs-d18f678bf008dc55d8089b88ae548196937670fb.zip
Rename make-buffer-file-executable-if-script-p.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index a4e205c47f4..b46cf4e566e 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2497,7 +2497,7 @@ the last real save, but optional arg FORCE non-nil means delete anyway."
2497 2497
2498(defcustom after-save-hook nil 2498(defcustom after-save-hook nil
2499 "Normal hook that is run after a buffer is saved to its file." 2499 "Normal hook that is run after a buffer is saved to its file."
2500 :options '(make-buffer-file-executable-if-script-p) 2500 :options '(executable-make-buffer-file-executable-if-script-p)
2501 :type 'hook 2501 :type 'hook
2502 :group 'files) 2502 :group 'files)
2503 2503