Mercurial > emacs
comparison src/ChangeLog @ 105744:b0a732611398
* keymap.c (Fmake_sparse_keymap): Purecopy the name.
* eval.c (Fautoload): Purecopy the filename. Simplify.
* category.c (Fdefine_category): Purecopy docstring.
* international/mule-cmds.el (set-language-info-alist): Purecopy lang-env.
(leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
(charset): Purecopy the name.
(define-char-code-property): Purecopy string arguments.
* emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
Purecopy string arguments.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
* ediff-hook.el (menu-bar-ediff-menu):
* buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
* bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 24 Oct 2009 06:32:03 +0000 |
parents | 39a36d9d9d93 |
children | 41169068dcab |
comparison
equal
deleted
inserted
replaced
105743:f8478bbd8ebe | 105744:b0a732611398 |
---|---|
1 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * keymap.c (Fmake_sparse_keymap): Purecopy the name. | |
4 | |
5 * eval.c (Fautoload): Purecopy the filename. Simplify. | |
6 | |
7 * category.c (Fdefine_category): Purecopy docstring. | |
8 | |
1 2009-10-23 Andreas Schwab <schwab@linux-m68k.org> | 9 2009-10-23 Andreas Schwab <schwab@linux-m68k.org> |
2 | 10 |
3 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow. | 11 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow. |
4 | 12 |
5 * puresize.h (PURESIZE_RATIO): Decrease to 11/7. | 13 * puresize.h (PURESIZE_RATIO): Decrease to 11/7. |