emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v
Date: Sat, 11 Oct 2008 19:57:26 +0000

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

Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.546
retrieving revision 1.547
diff -u -b -r1.546 -r1.547
--- info.el     10 Oct 2008 13:47:17 -0000      1.546
+++ info.el     11 Oct 2008 19:57:25 -0000      1.547
@@ -3284,7 +3284,6 @@
 
 
 (defvar info-tool-bar-map
-  (if (display-graphic-p)
       (let ((map (make-sparse-keymap)))
        (tool-bar-local-item-from-menu 'Info-history-back "left-arrow" map 
Info-mode-map
                                       :rtl "right-arrow")
@@ -3300,7 +3299,7 @@
        (tool-bar-local-item-from-menu 'Info-index "index" map Info-mode-map)
        (tool-bar-local-item-from-menu 'Info-search "search" map Info-mode-map)
        (tool-bar-local-item-from-menu 'Info-exit "exit" map Info-mode-map)
-       map)))
+    map))
 
 (defvar Info-menu-last-node nil)
 ;; Last node the menu was created for.




reply via email to

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