emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 06639a4 2/2: Delete 20 year old comment in executable.el


From: Stefan Kangas
Subject: master 06639a4 2/2: Delete 20 year old comment in executable.el
Date: Sat, 13 Feb 2021 01:22:53 -0500 (EST)

branch: master
commit 06639a4ab27887804539f3dc9b805756e6020660
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Delete 20 year old comment in executable.el
    
    * lisp/progmodes/executable.el (executable-insert): Delete 20 year old
    comment.
---
 lisp/progmodes/executable.el | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el
index b1cd330..85e9b4b 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]