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:09:40 +0000

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

Index: epa-file.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/epa-file.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- epa-file.el 8 May 2008 11:22:59 -0000       1.11
+++ epa-file.el 2 Jun 2008 05:09:35 -0000       1.12
@@ -182,6 +182,9 @@
               context
               (if (stringp start)
                   (epa-file--encode-coding-string start coding-system)
+                (unless start
+                  (setq start (point-min))
+                  (setq 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]