diff options
| author | Dan Nicolaescu | 2009-10-24 06:32:03 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-10-24 06:32:03 +0000 |
| commit | 905a9ed3923847f0323b5ad6f2e26558336fe9c0 (patch) | |
| tree | 4cb4582eacfa663d308fc7152e8d0fb277624977 /src/ChangeLog | |
| parent | 1dee7c238bf93b8192cbb615f408bed230fefeda (diff) | |
| download | emacs-905a9ed3923847f0323b5ad6f2e26558336fe9c0.tar.gz emacs-905a9ed3923847f0323b5ad6f2e26558336fe9c0.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6f318816e9..8500509cd5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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. |