aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorDan Nicolaescu2009-10-23 05:15:26 +0000
committerDan Nicolaescu2009-10-23 05:15:26 +0000
commit8f43cbf352348c20bb1560480a8545ee8c2d9442 (patch)
treeb5e40b9619484a3792f332c958d802b29f2b185e /lisp/replace.el
parent1d228a31c34f8194420631c5116fc7cea4d4ec37 (diff)
downloademacs-8f43cbf352348c20bb1560480a8545ee8c2d9442.tar.gz
emacs-8f43cbf352348c20bb1560480a8545ee8c2d9442.zip
* puresize.h (BASE_PURESIZE): Increase to 1430000.
* term/tty-colors.el (msdos-color-values): Remove declaration, unused. (color-name-rgb-alist, tty-standard-colors) (tty-color-mode-alist): Change to defconst. * simple.el (mark-inactive): Purecopy message. * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro. (global-map, yank-menu): * textmodes/ispell.el (ispell-menu-map): * net/eudc.el (eudc-tools-menu): * international/mule-cmds.el (describe-language-environment-map) (setup-language-environment-map, set-coding-system-map) (mule-menu-keymap): * vc-hooks.el (vc-menu-entry, vc-menu-map): * replace.el (occur-mode-map): * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips. * bindings.el (propertized-buffer-identification): Purecopy tooltip text.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el42
1 files changed, 21 insertions, 21 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index c69b4cd3c2b..1b774eb973e 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -768,43 +768,43 @@ a previously found match."
768 (define-key map "\C-c\C-f" 'next-error-follow-minor-mode) 768 (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
769 (define-key map [menu-bar] (make-sparse-keymap)) 769 (define-key map [menu-bar] (make-sparse-keymap))
770 (define-key map [menu-bar occur] 770 (define-key map [menu-bar occur]
771 (cons "Occur" map)) 771 `(cons ,(purecopy "Occur") map))
772 (define-key map [next-error-follow-minor-mode] 772 (define-key map [next-error-follow-minor-mode]
773 (menu-bar-make-mm-toggle next-error-follow-minor-mode 773 (menu-bar-make-mm-toggle next-error-follow-minor-mode
774 "Auto Occurrence Display" 774 "Auto Occurrence Display"
775 "Display another occurrence when moving the cursor")) 775 "Display another occurrence when moving the cursor"))
776 (define-key map [separator-1] '("--")) 776 (define-key map [separator-1] '("--"))
777 (define-key map [kill-this-buffer] 777 (define-key map [kill-this-buffer]
778 '(menu-item "Kill occur buffer" kill-this-buffer 778 `(menu-item ,(purecopy "Kill occur buffer") kill-this-buffer
779 :help "Kill the current *Occur* buffer")) 779 :help ,(purecopy "Kill the current *Occur* buffer")))
780 (define-key map [quit-window] 780 (define-key map [quit-window]
781 '(menu-item "Quit occur window" quit-window 781 `(menu-item ,(purecopy "Quit occur window") quit-window
782 :help "Quit the current *Occur* buffer. Bury it, and maybe delete the selected frame")) 782 :help ,(purecopy "Quit the current *Occur* buffer. Bury it, and maybe delete the selected frame")))
783 (define-key map [revert-buffer] 783 (define-key map [revert-buffer]
784 '(menu-item "Revert occur buffer" revert-buffer 784 `(menu-item ,(purecopy "Revert occur buffer") revert-buffer
785 :help "Replace the text in the *Occur* buffer with the results of rerunning occur")) 785 :help ,(purecopy "Replace the text in the *Occur* buffer with the results of rerunning occur")))
786 (define-key map [clone-buffer] 786 (define-key map [clone-buffer]
787 '(menu-item "Clone occur buffer" clone-buffer 787 `(menu-item ,(purecopy "Clone occur buffer") clone-buffer
788 :help "Create and return a twin copy of the current *Occur* buffer")) 788 :help ,(purecopy "Create and return a twin copy of the current *Occur* buffer")))
789 (define-key map [occur-rename-buffer] 789 (define-key map [occur-rename-buffer]
790 '(menu-item "Rename occur buffer" occur-rename-buffer 790 `(menu-item ,(purecopy "Rename occur buffer") occur-rename-buffer
791 :help "Rename the current *Occur* buffer to *Occur: original-buffer-name*.")) 791 :help ,(purecopy "Rename the current *Occur* buffer to *Occur: original-buffer-name*.")))
792 (define-key map [separator-2] '("--")) 792 (define-key map [separator-2] '("--"))
793 (define-key map [occur-mode-goto-occurrence-other-window] 793 (define-key map [occur-mode-goto-occurrence-other-window]
794 '(menu-item "Go To Occurrence Other Window" occur-mode-goto-occurrence-other-window 794 `(menu-item ,(purecopy "Go To Occurrence Other Window") occur-mode-goto-occurrence-other-window
795 :help "Go to the occurrence the current line describes, in another window")) 795 :help ,(purecopy "Go to the occurrence the current line describes, in another window")))
796 (define-key map [occur-mode-goto-occurrence] 796 (define-key map [occur-mode-goto-occurrence]
797 '(menu-item "Go To Occurrence" occur-mode-goto-occurrence 797 `(menu-item ,(purecopy "Go To Occurrence") occur-mode-goto-occurrence
798 :help "Go to the occurrence the current line describes")) 798 :help ,(purecopy "Go to the occurrence the current line describes")))
799 (define-key map [occur-mode-display-occurrence] 799 (define-key map [occur-mode-display-occurrence]
800 '(menu-item "Display Occurrence" occur-mode-display-occurrence 800 `(menu-item ,(purecopy "Display Occurrence") occur-mode-display-occurrence
801 :help "Display in another window the occurrence the current line describes")) 801 :help ,(purecopy "Display in another window the occurrence the current line describes")))
802 (define-key map [occur-next] 802 (define-key map [occur-next]
803 '(menu-item "Move to next match" occur-next 803 `(menu-item ,(purecopy "Move to next match") occur-next
804 :help "Move to the Nth (default 1) next match in an Occur mode buffer")) 804 :help ,(purecopy "Move to the Nth (default 1) next match in an Occur mode buffer")))
805 (define-key map [occur-prev] 805 (define-key map [occur-prev]
806 '(menu-item "Move to previous match" occur-prev 806 `(menu-item ,(purecopy "Move to previous match") occur-prev
807 :help "Move to the Nth (default 1) previous match in an Occur mode buffer")) 807 :help ,(purecopy "Move to the Nth (default 1) previous match in an Occur mode buffer")))
808 map) 808 map)
809 "Keymap for `occur-mode'.") 809 "Keymap for `occur-mode'.")
810 810