diff lisp/vc-hooks.el @ 105941:d1bb0f3aad35

* net/eudc.el (eudc-tools-menu): * international/mule-cmds.el (set-coding-system-map) (mule-menu-keymap): * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): * vc-hooks.el (vc-menu-map): Use menu-bar-separator.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 11 Nov 2009 06:06:43 +0000
parents b4f29dbe3ee7
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Wed Nov 11 05:57:51 2009 +0000
+++ b/lisp/vc-hooks.el	Wed Nov 11 06:06:43 2009 +0000
@@ -967,7 +967,7 @@
     (define-key map [vc-create-tag]
       `(menu-item ,(purecopy "Create Tag") vc-create-tag
 		  :help ,(purecopy "Create version tag")))
-    (define-key map [separator1] '("----"))
+    (define-key map [separator1] menu-bar-separator)
     (define-key map [vc-annotate]
       `(menu-item ,(purecopy "Annotate") vc-annotate
 		  :help ,(purecopy "Display the edit history of the current file using colors")))
@@ -992,7 +992,7 @@
     (define-key map [vc-print-root-log]
       `(menu-item ,(purecopy "Show Top of the Tree History ") vc-print-root-log
 		  :help ,(purecopy "List the change log for the current tree in a window")))
-    (define-key map [separator2] '("----"))
+    (define-key map [separator2] menu-bar-separator)
     (define-key map [vc-insert-header]
       `(menu-item ,(purecopy "Insert Header") vc-insert-headers
 		  :help ,(purecopy "Insert headers into a file for use with a version control system.
@@ -1036,7 +1036,7 @@
     (if (null ext-binding)
         orig-binding
       (append orig-binding
-	      '((ext-menu-separator "---"))
+	      '((ext-menu-separator "--"))
               ext-binding))))
 
 (defun vc-default-extra-menu (backend)