From d18f678bf008dc55d8089b88ae548196937670fb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 9 Jun 2000 09:55:33 +0000 Subject: [PATCH] Rename make-buffer-file-executable-if-script-p. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2