]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete 20 year old comment in executable.el
authorStefan Kangas <stefan@marxist.se>
Sat, 13 Feb 2021 06:22:44 +0000 (07:22 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 13 Feb 2021 06:22:44 +0000 (07:22 +0100)
* lisp/progmodes/executable.el (executable-insert): Delete 20 year old
comment.

lisp/progmodes/executable.el

index b1cd3303c5bcc05701d53e5ce074a2f2d0dc9104..85e9b4bb882beab6ffefb6b22d2e2c80dd741b98 100644 (file)
   "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."