comparison lisp/emacs-lisp/lisp-mode.el @ 105870:26baacb565b0

* textmodes/tex-mode.el (tex-alt-dvi-print-command) (tex-dvi-print-command, tex-bibtex-command, tex-start-commands) (tex-start-options, slitex-run-command, latex-run-command) (tex-run-command, tex-directory): * textmodes/ispell.el (ispell-html-skip-alists) (ispell-tex-skip-alists, ispell-tex-skip-alists): * textmodes/fill.el (adaptive-fill-first-line-regexp): (adaptive-fill-regexp): * textmodes/dns-mode.el (auto-mode-alist): * progmodes/python.el (interpreter-mode-alist): * progmodes/etags.el (tags-compression-info-list): * progmodes/etags.el (tags-file-name): * net/browse-url.el (browse-url-galeon-program) (browse-url-firefox-program): * mail/sendmail.el (mail-signature-file) (mail-citation-prefix-regexp): * international/mule-conf.el (eight-bit): * international/latexenc.el (latex-inputenc-coding-alist): * international/fontset.el (x-pixel-size-width-font-regexp): * emacs-lisp/warnings.el (warning-type-format): * emacs-lisp/trace.el (trace-buffer): * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map) (emacs-lisp-mode-map): * calendar/holidays.el (holiday-solar-holidays) (holiday-bahai-holidays, holiday-islamic-holidays) (holiday-christian-holidays, holiday-hebrew-holidays) (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2) (hebrew-holidays-1, holiday-oriental-holidays) (holiday-general-holidays): * x-dnd.el (x-dnd-known-types): * tool-bar.el (tool-bar): * startup.el (site-run-file): * shell.el (shell-dumb-shell-regexp): * rfn-eshadow.el (file-name-shadow-tty-properties) (file-name-shadow-properties): * paths.el (remote-shell-program, news-directory): * mouse.el ([C-down-mouse-3]): * menu-bar.el (menu-bar-tools-menu): * jka-cmpr-hook.el (jka-compr-load-suffixes) (jka-compr-mode-alist-additions, jka-compr-compression-info-list) (jka-compr-compression-info-list): * isearch.el (search-whitespace-regexp): * image-file.el (image-file-name-extensions): * find-dired.el (find-ls-option): * files.el (directory-listing-before-filename-regexp) (directory-free-space-args, insert-directory-program) (list-directory-brief-switches, magic-fallback-mode-alist) (magic-fallback-mode-alist, auto-mode-interpreter-regexp) (automount-dir-prefix): * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head) (x-font-regexp-slant, x-font-regexp-weight, face-x-resources) (face-font-registry-alternatives, face-font-registry-alternatives) (face-font-family-alternatives): * facemenu.el (facemenu-add-new-face, facemenu-background-menu) (facemenu-foreground-menu, facemenu-face-menu): * epa-hook.el (epa-file-name-regexp): * dnd.el (dnd-protocol-alist): * textmodes/rst.el (auto-mode-alist): * button.el (default-button): Purecopy strings.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 06 Nov 2009 05:16:23 +0000
parents db5e4a5897ec
children d1bb0f3aad35
comparison
equal deleted inserted replaced
105869:95beb2b6cd0e 105870:26baacb565b0
346 `(menu-item ,(purecopy "Lint Defun") elint-defun 346 `(menu-item ,(purecopy "Lint Defun") elint-defun
347 :help ,(purecopy "Lint the function at point"))) 347 :help ,(purecopy "Lint the function at point")))
348 (define-key menu-map [edebug-defun] 348 (define-key menu-map [edebug-defun]
349 `(menu-item ,(purecopy "Instrument Function for Debugging") edebug-defun 349 `(menu-item ,(purecopy "Instrument Function for Debugging") edebug-defun
350 :help ,(purecopy "Evaluate the top level form point is in, stepping through with Edebug") 350 :help ,(purecopy "Evaluate the top level form point is in, stepping through with Edebug")
351 :keys "C-u C-M-x")) 351 :keys ,(purecopy "C-u C-M-x")))
352 (define-key menu-map [separator-byte] '("--")) 352 (define-key menu-map [separator-byte] '("--"))
353 (define-key menu-map [disas] 353 (define-key menu-map [disas]
354 `(menu-item ,(purecopy "Disassemble byte compiled object...") disassemble 354 `(menu-item ,(purecopy "Disassemble byte compiled object...") disassemble
355 :help ,(purecopy "Print disassembled code for OBJECT in a buffer"))) 355 :help ,(purecopy "Print disassembled code for OBJECT in a buffer")))
356 (define-key menu-map [byte-recompile] 356 (define-key menu-map [byte-recompile]
528 `(menu-item ,(purecopy "Evaluate and print") eval-print-last-sexp 528 `(menu-item ,(purecopy "Evaluate and print") eval-print-last-sexp
529 :help ,(purecopy "Evaluate sexp before point; print value into current buffer"))) 529 :help ,(purecopy "Evaluate sexp before point; print value into current buffer")))
530 (define-key menu-map [edebug-defun-lisp-interaction] 530 (define-key menu-map [edebug-defun-lisp-interaction]
531 `(menu-item ,(purecopy "Instrument Function for Debugging") edebug-defun 531 `(menu-item ,(purecopy "Instrument Function for Debugging") edebug-defun
532 :help ,(purecopy "Evaluate the top level form point is in, stepping through with Edebug") 532 :help ,(purecopy "Evaluate the top level form point is in, stepping through with Edebug")
533 :keys "C-u C-M-x")) 533 :keys ,(purecopy "C-u C-M-x")))
534 (define-key menu-map [indent-pp-sexp] 534 (define-key menu-map [indent-pp-sexp]
535 `(menu-item ,(purecopy "Indent or Pretty-Print") indent-pp-sexp 535 `(menu-item ,(purecopy "Indent or Pretty-Print") indent-pp-sexp
536 :help ,(purecopy "Indent each line of the list starting just after point, or prettyprint it"))) 536 :help ,(purecopy "Indent each line of the list starting just after point, or prettyprint it")))
537 (define-key menu-map [lisp-complete-symbol] 537 (define-key menu-map [lisp-complete-symbol]
538 `(menu-item ,(purecopy "Complete Lisp Symbol") lisp-complete-symbol 538 `(menu-item ,(purecopy "Complete Lisp Symbol") lisp-complete-symbol