summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-11-11 06:06:43 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-11-11 06:06:43 +0000
commit04991a1c0d1e23391f5d88d3e5007e352c1ab3cb (patch)
treebab8829fe7119a8323b3db61e0eb74a5160d94fd /lisp/vc-hooks.el
parenta3c20c832c18bc0d21e7c94c416582340a614264 (diff)
downloademacs-04991a1c0d1e23391f5d88d3e5007e352c1ab3cb.tar.gz
emacs-04991a1c0d1e23391f5d88d3e5007e352c1ab3cb.tar.bz2
emacs-04991a1c0d1e23391f5d88d3e5007e352c1ab3cb.zip
* 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.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index c1336d26924..fabb35f6da0 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -967,7 +967,7 @@ current, and kill the buffer that visits the link."
(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 @@ current, and kill the buffer that visits the link."
(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 @@ current, and kill the buffer that visits the link."
(if (null ext-binding)
orig-binding
(append orig-binding
- '((ext-menu-separator "---"))
+ '((ext-menu-separator "--"))
ext-binding))))
(defun vc-default-extra-menu (backend)