]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename make-buffer-file-executable-if-script-p.
authorDave Love <fx@gnu.org>
Fri, 9 Jun 2000 09:55:33 +0000 (09:55 +0000)
committerDave Love <fx@gnu.org>
Fri, 9 Jun 2000 09:55:33 +0000 (09:55 +0000)
lisp/files.el

index a4e205c47f4461e3ab47fdf245902af82990d0f6..b46cf4e566e6ca2adf474befa7dd6a083757809a 100644 (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)