From: Dave Love Date: Fri, 9 Jun 2000 09:55:33 +0000 (+0000) Subject: Rename make-buffer-file-executable-if-script-p. X-Git-Tag: emacs-pretest-21.0.90~3428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d18f678bf008dc55d8089b88ae548196937670fb;p=emacs.git Rename make-buffer-file-executable-if-script-p. --- 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." (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)