emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmailedit.el,v
Date: Thu, 12 Jun 2008 03:49:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/12 03:49:33

Index: rmailedit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailedit.el,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- rmailedit.el        6 May 2008 07:22:27 -0000       1.39
+++ rmailedit.el        12 Jun 2008 03:49:33 -0000      1.40
@@ -1,7 +1,7 @@
 ;;; rmailedit.el --- "RMAIL edit mode"  Edit the current message
 
-;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
@@ -121,7 +121,8 @@
     (force-mode-line-update)
     (kill-all-local-variables)
     (rmail-mode-1)
-    (set (make-local-variable 'tool-bar-map) rmail-tool-bar-map)
+    (if (boundp 'tool-bar-map)
+       (set (make-local-variable 'tool-bar-map) rmail-tool-bar-map))
     (rmail-variables)
     ;; As the local value of save-buffer-coding-system is changed by
     ;; rmail-variables, we restore the original value.




reply via email to

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