Mercurial > emacs
comparison lisp/ChangeLog @ 30955:3e6393238058
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Aug 2000 18:46:25 +0000 |
parents | 2c9c5a2d8d8f |
children | c598e9bfdce2 |
comparison
equal
deleted
inserted
replaced
30954:1a632863b632 | 30955:3e6393238058 |
---|---|
1 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp | |
4 check since ispell-process is not bound when ispell is not yet loaded. | |
5 | |
1 2000-08-18 Dave Love <fx@gnu.org> | 6 2000-08-18 Dave Love <fx@gnu.org> |
2 | 7 |
3 * image.el (find-image): Copy `spec' before using plist-put. | 8 * image.el (find-image): Copy `spec' before using plist-put. |
4 | 9 |
5 2000-08-18 Gerd Moellmann <gerd@gnu.org> | 10 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
107 to the generated file. | 112 to the generated file. |
108 | 113 |
109 * mail/mh-e.el (mh-make-local-vars): | 114 * mail/mh-e.el (mh-make-local-vars): |
110 Replace make-variable-buffer-local with make-local-variable. | 115 Replace make-variable-buffer-local with make-local-variable. |
111 | 116 |
117 * play/landmark.el: | |
112 * options.el (Edit-options-{set,toggle,t,nil}): | 118 * options.el (Edit-options-{set,toggle,t,nil}): |
113 * mail/mailabbrev.el (mail-abbrevs-mode): | 119 * mail/mailabbrev.el (mail-abbrevs-mode): |
114 * textmodes/tex-mode.el (tex-expand-files): | 120 * textmodes/tex-mode.el (tex-expand-files): |
115 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. | 121 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
116 | 122 |