emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111931: * files.el (inhibit-local-va


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111931: * files.el (inhibit-local-variables-regexps): Add .diff and .patch.
Date: Sun, 03 Mar 2013 23:37:30 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111931
fixes bug: http://debbugs.gnu.org/13862
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-03-03 23:37:30 -0800
message:
  * files.el (inhibit-local-variables-regexps): Add .diff and .patch.
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-03-03 10:31:01 +0000
+++ b/lisp/ChangeLog    2013-03-04 07:37:30 +0000
@@ -1,3 +1,8 @@
+2013-03-04  Glenn Morris  <address@hidden>
+
+       * files.el (inhibit-local-variables-regexps):
+       Add .diff and .patch.  (Bug#13862)
+
 2013-03-03  Michael Albinus  <address@hidden>
 
        * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2013-02-25 14:29:41 +0000
+++ b/lisp/files.el     2013-03-04 07:37:30 +0000
@@ -2498,6 +2498,7 @@
                      "\\.zoo\\'" "\\.[jew]ar\\'" "\\.xpi\\'" "\\.rar\\'"
                      "\\.7z\\'"
                      "\\.sx[dmicw]\\'" "\\.odt\\'"
+                     "\\.diff\\'" "\\.patch\\'"
                      "\\.tiff?\\'" "\\.gif\\'" "\\.png\\'" "\\.jpe?g\\'"))
   "List of regexps matching file names in which to ignore local variables.
 This includes `-*-' lines as well as trailing \"Local Variables\" sections.


reply via email to

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