emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Thu, 28 Oct 2004 06:33:00 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.715 emacs/lisp/files.el:1.716
*** emacs/lisp/files.el:1.715   Thu Oct 28 06:05:17 2004
--- emacs/lisp/files.el Thu Oct 28 10:27:06 2004
***************
*** 1896,1902 ****
                (message "Ignoring unknown mode `%s'" mode)
              (setq done t)
              (or (set-auto-mode-0 mode)
!                 (throw 'nop)))))
        ;; If we didn't, look for an interpreter specified in the first line.
        ;; As a special case, allow for things like "#!/bin/env perl", which
        ;; finds the interpreter anywhere in $PATH.
--- 1896,1902 ----
                (message "Ignoring unknown mode `%s'" mode)
              (setq done t)
              (or (set-auto-mode-0 mode)
!                 (throw 'nop nil)))))
        ;; If we didn't, look for an interpreter specified in the first line.
        ;; As a special case, allow for things like "#!/bin/env perl", which
        ;; finds the interpreter anywhere in $PATH.




reply via email to

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