emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100896: Fix typo and comment.


From: Daiki Ueno
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100896: Fix typo and comment.
Date: Sun, 25 Jul 2010 20:50:51 +0900
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100896
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Sun 2010-07-25 20:50:51 +0900
message:
  Fix typo and comment.
modified:
  lisp/ChangeLog
  lisp/epa-file.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-25 11:23:43 +0000
+++ b/lisp/ChangeLog    2010-07-25 11:50:51 +0000
@@ -353,7 +353,7 @@
 
        * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
        (epa-file-insert-file-contents): Hack to prevent
-       find-file from opening empty buffer when decryptin failed
+       find-file from opening empty buffer when decryption failed
        (bug#6568).
 
 2010-07-07  Agustín Martín  <address@hidden>

=== modified file 'lisp/epa-file.el'
--- a/lisp/epa-file.el  2010-07-25 11:23:43 +0000
+++ b/lisp/epa-file.el  2010-07-25 11:50:51 +0000
@@ -139,11 +139,11 @@
            (error
             (if (setq entry (assoc file epa-file-passphrase-alist))
                 (setcdr entry nil))
+            ;; Hack to prevent find-file from opening empty buffer
+            ;; when decryption failed (bug#6568).  See the place
+            ;; where `find-file-not-found-functions' are called in
+            ;; `find-file-noselect-1'.
             (when (file-exists-p local-file)
-              ;; Hack to prevent find-file from opening empty buffer
-              ;; when decryption failed (bug#6568).  See the place
-              ;; where `find-file-not-found-functions' are called in
-              ;; `find-file-noselect-1'.
               (make-local-variable 'epa-file-error)
               (setq epa-file-error error)
               (add-hook 'find-file-not-found-functions


reply via email to

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