* keymap.c (Fmake_sparse_keymap): Purecopy the name.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 24 Oct 2009 06:32:03 +0000 (06:32 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 24 Oct 2009 06:32:03 +0000 (06:32 +0000)
commit905a9ed3923847f0323b5ad6f2e26558336fe9c0
tree4cb4582eacfa663d308fc7152e8d0fb277624977
parent1dee7c238bf93b8192cbb615f408bed230fefeda
* 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.
lisp/ChangeLog
lisp/bookmark.el
lisp/buff-menu.el
lisp/ediff-hook.el
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/lisp-mode.el
lisp/international/mule-cmds.el
src/ChangeLog
src/category.c
src/eval.c
src/keymap.c