emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/mail pmailedit.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/mail pmailedit.el
Date: Thu, 22 Jan 2009 04:50:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/22 04:50:27

Modified files:
        lisp/mail      : pmailedit.el 

Log message:
        (pmail-cease-edit, pmail-edit-mode): Use pmail-buffer-swapped.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/pmailedit.el?cvsroot=emacs&r1=1.14&r2=1.15

Patches:
Index: pmailedit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailedit.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- pmailedit.el        5 Jan 2009 03:22:34 -0000       1.14
+++ pmailedit.el        22 Jan 2009 04:50:27 -0000      1.15
@@ -65,7 +65,7 @@
       (save-excursion
        (set-buffer pmail-summary-buffer)
        (pmail-summary-disable)))
-  (let (buffer-swapped-with)
+  (let (pmail-buffer-swapped)
     ;; Prevent change-major-mode-hook from unswapping the buffers.
     (delay-mode-hooks (text-mode))
     (use-local-map pmail-edit-map)
@@ -128,7 +128,7 @@
        headers-end)
     ;; Go back to Pmail mode, but carefully.
     (force-mode-line-update)
-    (let (buffer-swapped-with)
+    (let (pmail-buffer-swapped)
       (kill-all-local-variables)
       (pmail-mode-1)
       (if (boundp 'tool-bar-map)




reply via email to

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