Mercurial > emacs
changeset 46846:120cf6ced12e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 09 Aug 2002 14:14:32 +0000 |
parents | e06b5768debd |
children | b1f5929aa675 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Aug 09 14:14:06 2002 +0000 +++ b/lisp/ChangeLog Fri Aug 09 14:14:32 2002 +0000 @@ -1,7 +1,26 @@ +2002-08-09 Richard M. Stallman <rms@gnu.org> + + * simple.el (set-variable): Give locality status in prompt. + +2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu> + + * simple.el (set-variable): If given a prefix argument, set + variable buffer-locally. + 2002-08-09 John Paul Wallington <jpw@shootybangbang.com> * font-core.el (font-lock-function): Make it buffer-local. +2002-08-08 Richard M. Stallman <rms@gnu.org> + + * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive) + (checkdoc-message-interactive, checkdoc-interactive-loop) + (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments) + (checkdoc-defun): + Update checkdoc-spellcheck-documentation-flag correctly. + (checkdoc-ispell-docstring-engine): Don't test for + checkdoc-autofix-flag = nil. + 2002-08-07 John Paul Wallington <jpw@shootybangbang.com> * xt-mouse.el (xterm-mouse-mode): Make it a global mode.