emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master dfa1dc1 1/2: * lisp/progmodes/executable.el (execut


From: Glenn Morris
Subject: [Emacs-diffs] master dfa1dc1 1/2: * lisp/progmodes/executable.el (executable-self-display):
Date: Wed, 10 Jun 2015 20:24:36 +0000

branch: master
commit dfa1dc1c2b05eff6336cfac0f36c6137b4a57733
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/progmodes/executable.el (executable-self-display):
    
    Use non-obsolete tail syntax.  (Bug#20779)
    (executable-self-display): Doc update.
---
 lisp/progmodes/executable.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el
index bdc6403..367a2e7 100644
--- a/lisp/progmodes/executable.el
+++ b/lisp/progmodes/executable.el
@@ -104,7 +104,7 @@ Typical values are 73 (+x) or -493 (rwxr-xr-x)."
 (defvar executable-command nil)
 
 (defcustom executable-self-display "tail"
-  "Command you use with argument `+2' to make text files self-display.
+  "Command you use with argument `-n+2' to make text files self-display.
 Note that the like of `more' doesn't work too well under Emacs \\[shell]."
   :type 'string
   :group 'executable)
@@ -258,7 +258,7 @@ The magic number of such a command displays all lines but 
itself."
   (interactive)
   (if (eq this-command 'executable-self-display)
       (setq this-command 'executable-set-magic))
-  (executable-set-magic executable-self-display "+2"))
+  (executable-set-magic executable-self-display "-n+2"))
 
 ;;;###autoload
 (defun executable-make-buffer-file-executable-if-script-p ()



reply via email to

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