emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105850: * mh-show.el (mh-unvisit-fil


From: Bill Wohler
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105850: * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p and
Date: Mon, 19 Sep 2011 21:56:09 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105850
committer: Bill Wohler <address@hidden>
branch nick: trunk
timestamp: Mon 2011-09-19 21:56:09 -0700
message:
  * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p and
  error messages.
modified:
  lisp/mh-e/ChangeLog
  lisp/mh-e/mh-show.el
=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2011-07-17 21:13:38 +0000
+++ b/lisp/mh-e/ChangeLog       2011-09-20 04:56:09 +0000
@@ -1,3 +1,8 @@
+2011-07-30  Bill Wohler  <address@hidden>
+
+       * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p
+       and error messages.
+
 2011-07-17  Bill Wohler  <address@hidden>
 
        Release MH-E version 8.2.93.

=== modified file 'lisp/mh-e/mh-show.el'
--- a/lisp/mh-e/mh-show.el      2011-07-04 00:35:48 +0000
+++ b/lisp/mh-e/mh-show.el      2011-09-20 04:56:09 +0000
@@ -319,9 +319,9 @@
   "Separate current buffer from the message file it was visiting."
   (or (not (buffer-modified-p))
       (null buffer-file-name)           ;we've been here before
-      (yes-or-no-p (format "Message %s modified; flush changes? "
+      (yes-or-no-p (format "Message %s modified; discard changes? "
                            (file-name-nondirectory buffer-file-name)))
-      (error "Flushing changes not confirmed"))
+      (error "Changes preserved"))
   (clear-visited-file-modtime)
   (unlock-buffer)
   (setq buffer-file-name nil))


reply via email to

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