emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/savehist.el,v
Date: Sat, 20 Sep 2008 19:48:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/09/20 19:48:38

Index: savehist.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/savehist.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- savehist.el 20 Sep 2008 19:46:55 -0000      1.28
+++ savehist.el 20 Sep 2008 19:48:38 -0000      1.29
@@ -318,7 +318,7 @@
                (dolist (elt value)
                  (let ((start (point)))
                    (insert " ")
-                   ;; Print and try to read the element we just printed.
+                   ;; Try to print and then to read an element.
                    (condition-case nil
                        (progn
                          (prin1 elt (current-buffer))
@@ -326,7 +326,7 @@
                            (goto-char start)
                            (read (current-buffer))))
                      (error
-                      ;; If reading it gets an error, comment it out.
+                      ;; If writing or reading gave an error, comment it out.
                       (goto-char start)
                       (insert "\n")
                       (while (not (eobp))




reply via email to

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