emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- vc-dispatcher.el    8 Jun 2008 15:31:08 -0000       1.61
+++ vc-dispatcher.el    12 Jun 2008 03:49:52 -0000      1.62
@@ -1354,7 +1354,8 @@
   (setq major-mode 'vc-dir-mode)
   (setq buffer-read-only t)
   (use-local-map vc-dir-mode-map)
-  (set (make-local-variable 'tool-bar-map) vc-dir-tool-bar-map)
+  (if (boundp 'tool-bar-map)
+      (set (make-local-variable 'tool-bar-map) vc-dir-tool-bar-map))
   (set (make-local-variable 'vc-client-mode) client-object)
   (let ((buffer-read-only nil))
     (erase-buffer)




reply via email to

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