Mercurial > emacs
comparison lisp/ChangeLog @ 105765:db5e4a5897ec
* textmodes/tex-mode.el (tex-dvi-view-command)
(tex-show-queue-command, tex-open-quote):
* progmodes/ruby-mode.el (auto-mode-alist)
(interpreter-mode-alist): Purecopy strings.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
* emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
string for the hook, keymap and abbrev table.
* emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
* x-dnd.el (x-dnd-xdnd-to-action):
* startup.el (fancy-startup-text, fancy-about-text): Change to
defconst from defvar.
* ps-print.el (ps-page-dimensions-database): Purecopy initial value.
* mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
Purecopy initialization strings.
* mail/sendmail.el (mail-header-separator)
(mail-personal-alias-file):
* mail/rmail.el (rmail-default-dont-reply-to-names)
(rmail-ignored-headers, rmail-retry-ignored-headers)
(rmail-highlighted-headers, rmail-secondary-file-directory)
(rmail-secondary-file-regexp):
* files.el (null-device, file-name-invalid-regexp)
(locate-dominating-stop-dir-regexp)
(inhibit-first-line-modes-regexps): Purecopy initialization
strings.
(interpreter-mode-alist): Use mapcar instead of mapc.
* buff-menu.el (Buffer-menu-mode-map): Purecopy name.
* bindings.el (mode-line-major-mode-keymap): Purecopy name.
(completion-ignored-extensions):
(debug-ignored-errors): Purecopy strings.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 26 Oct 2009 06:43:36 +0000 |
parents | a5db863758a8 |
children | 192f524e5a85 |
comparison
equal
deleted
inserted
replaced
105764:a5db863758a8 | 105765:db5e4a5897ec |
---|---|
1 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * textmodes/tex-mode.el (tex-dvi-view-command) | |
4 (tex-show-queue-command, tex-open-quote): | |
5 * progmodes/ruby-mode.el (auto-mode-alist) | |
6 (interpreter-mode-alist): Purecopy strings. | |
7 | |
8 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names. | |
9 | |
10 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc | |
11 string for the hook, keymap and abbrev table. | |
12 | |
13 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name. | |
14 | |
15 * x-dnd.el (x-dnd-xdnd-to-action): | |
16 * startup.el (fancy-startup-text, fancy-about-text): Change to | |
17 defconst from defvar. | |
18 | |
19 * ps-print.el (ps-page-dimensions-database): Purecopy initial value. | |
20 | |
21 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist): | |
22 Purecopy initialization strings. | |
23 | |
24 * mail/sendmail.el (mail-header-separator) | |
25 (mail-personal-alias-file): | |
26 * mail/rmail.el (rmail-default-dont-reply-to-names) | |
27 (rmail-ignored-headers, rmail-retry-ignored-headers) | |
28 (rmail-highlighted-headers, rmail-secondary-file-directory) | |
29 (rmail-secondary-file-regexp): | |
30 * files.el (null-device, file-name-invalid-regexp) | |
31 (locate-dominating-stop-dir-regexp) | |
32 (inhibit-first-line-modes-regexps): Purecopy initialization | |
33 strings. | |
34 (interpreter-mode-alist): Use mapcar instead of mapc. | |
35 | |
36 * buff-menu.el (Buffer-menu-mode-map): Purecopy name. | |
37 | |
38 * bindings.el (mode-line-major-mode-keymap): Purecopy name. | |
39 (completion-ignored-extensions): | |
40 (debug-ignored-errors): Purecopy strings. | |
41 | |
1 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca> | 42 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 43 |
3 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring. | 44 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring. |
4 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt) | 45 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt) |
5 (pcomplete--here): Use push. | 46 (pcomplete--here): Use push. |