From: Stefan Kangas Date: Sat, 13 Feb 2021 06:22:44 +0000 (+0100) Subject: Delete 20 year old comment in executable.el X-Git-Tag: emacs-28.0.90~3774 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06639a4ab27887804539f3dc9b805756e6020660;p=emacs.git Delete 20 year old comment in executable.el * lisp/progmodes/executable.el (executable-insert): Delete 20 year old comment. --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index b1cd3303c5b..85e9b4bb882 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -54,20 +54,14 @@ "Base functionality for executable interpreter scripts." :group 'processes) -;; This used to default to `other', but that doesn't seem to have any -;; significance. fx 2000-02-11. -(defcustom executable-insert t ; 'other +(defcustom executable-insert t "Non-nil means offer to add a magic number to a file. This takes effect when you switch to certain major modes, including Shell-script mode (`sh-mode'). When you type \\[executable-set-magic], it always offers to add or update the magic number." -;;; :type '(choice (const :tag "off" nil) -;;; (const :tag "on" t) -;;; symbol) :type 'boolean) - (defcustom executable-query 'function "If non-nil, ask user before changing an existing magic number. When this is `function', only ask when called non-interactively."