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/pmail.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/pmail.el,v
Date: Sat, 11 Oct 2008 19:56:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/10/11 19:56:17

Index: pmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmail.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- pmail.el    5 Oct 2008 14:08:21 -0000       1.15
+++ pmail.el    11 Oct 2008 19:56:16 -0000      1.16
@@ -1203,7 +1203,6 @@
 
 ;; Pmail toolbar
 (defvar pmail-tool-bar-map
-  (if (display-graphic-p)
       (let ((map (make-sparse-keymap)))
        (tool-bar-local-item-from-menu 'pmail-get-new-mail "mail/inbox"
                                       map pmail-mode-map)
@@ -1229,7 +1228,7 @@
                                       map pmail-mode-map)
        (tool-bar-local-item-from-menu 'pmail-expunge "delete"
                                       map pmail-mode-map)
-       map)))
+    map))
 
 
 




reply via email to

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