emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v
Date: Sat, 11 Oct 2008 19:59:12 +0000

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

Index: compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -b -r1.478 -r1.479
--- compile.el  9 Oct 2008 13:45:03 -0000       1.478
+++ compile.el  11 Oct 2008 19:59:11 -0000      1.479
@@ -1471,7 +1471,6 @@
 `compilation-minor-mode-map' is a parent of this.")
 
 (defvar compilation-mode-tool-bar-map
-  (if (display-graphic-p)
       (let ((map (butlast (copy-keymap tool-bar-map)))
            (help (last tool-bar-map))) ;; Keep Help last in tool bar
        (tool-bar-local-item
@@ -1490,7 +1489,7 @@
        (tool-bar-local-item
         "refresh" 'recompile 'recompile map
         :help "Restart compilation")
-       (append map help))))
+    (append map help)))
 
 (put 'compilation-mode 'mode-class 'special)
 




reply via email to

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