diff lisp/files.el @ 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 d5b77185f216
children f157067ee950
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)