emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-ext.el


From: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-ext.el
Date: Fri, 12 Apr 2002 16:11:07 -0400

Index: emacs/lisp/eshell/esh-ext.el
diff -c emacs/lisp/eshell/esh-ext.el:1.11 emacs/lisp/eshell/esh-ext.el:1.12
*** emacs/lisp/eshell/esh-ext.el:1.11   Mon Mar 18 09:54:58 2002
--- emacs/lisp/eshell/esh-ext.el        Fri Apr 12 16:11:06 2002
***************
*** 257,263 ****
             (file-regular-p file))
        (with-temp-buffer
          (insert-file-contents-literally file nil 0 maxlen)
!         (if (looking-at "#![ \t]*\\([^ \t\n]+\\)\\([ \t]+\\(.+\\)\\)?")
              (if (match-string 3)
                  (list (match-string 1)
                        (match-string 3)
--- 257,263 ----
             (file-regular-p file))
        (with-temp-buffer
          (insert-file-contents-literally file nil 0 maxlen)
!         (if (looking-at "#![ \t]*\\([^ \r\t\n]+\\)\\([ \t]+\\(.+\\)\\)?")
              (if (match-string 3)
                  (list (match-string 1)
                        (match-string 3)



reply via email to

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