emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/epa-file.el,v


From: Daiki Ueno
Subject: [Emacs-diffs] Changes to emacs/lisp/epa-file.el,v
Date: Mon, 02 Jun 2008 05:26:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Daiki Ueno <ueno>       08/06/02 05:26:27

Index: epa-file.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/epa-file.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- epa-file.el 2 Jun 2008 05:09:35 -0000       1.12
+++ epa-file.el 2 Jun 2008 05:26:26 -0000       1.13
@@ -183,8 +183,8 @@
               (if (stringp start)
                   (epa-file--encode-coding-string start coding-system)
                 (unless start
-                  (setq start (point-min))
-                  (setq end (point-max)))
+                  (setq start (point-min)
+                        end (point-max)))
                 (epa-file--encode-coding-string (buffer-substring start end)
                                                 coding-system))
               (if (or epa-file-select-keys




reply via email to

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