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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Sun, 27 Apr 2008 19:49:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/04/27 19:49:16

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.972
retrieving revision 1.973
diff -u -b -r1.972 -r1.973
--- files.el    22 Apr 2008 19:48:02 -0000      1.972
+++ files.el    27 Apr 2008 19:49:15 -0000      1.973
@@ -1803,7 +1803,7 @@
              (symbol-function 'find-buffer-file-type)
            nil))
         (inhibit-file-name-handlers
-         (append '(jka-compr-handler image-file-handler)
+         (append '(jka-compr-handler image-file-handler epa-file-handler)
                  inhibit-file-name-handlers))
         (inhibit-file-name-operation 'insert-file-contents))
     (unwind-protect




reply via email to

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