From 6d341a2a0941ec4cb3087636759017e9370f0c84 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 12 Nov 2009 06:55:39 +0000 Subject: * textmodes/ispell.el (ispell-skip-region-alist): * textmodes/css-mode.el (auto-mode-alist): * progmodes/compile.el (auto-mode-alist): * international/mule.el (ctext-non-standard-encodings-alist) (ctext-non-standard-encodings-regexp): * simple.el (shell-command-switch, text-read-only): * replace.el (occur-mode-map): * paths.el (rmail-file-name): * jka-cmpr-hook.el (jka-compr-build-file-regexp): * find-file.el (ff-special-constructs): * files.el (file-name-handler-alist): * composite.el: Purecopy strings. --- lisp/replace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/replace.el') diff --git a/lisp/replace.el b/lisp/replace.el index b4b614534d9..7e14895d1e6 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -773,7 +773,7 @@ a previously found match." (menu-bar-make-mm-toggle next-error-follow-minor-mode "Auto Occurrence Display" "Display another occurrence when moving the cursor")) - (define-key map [separator-1] '("--")) + (define-key map [separator-1] menu-bar-separator) (define-key map [kill-this-buffer] `(menu-item ,(purecopy "Kill occur buffer") kill-this-buffer :help ,(purecopy "Kill the current *Occur* buffer"))) -- cgit v1.2.1