Mercurial > emacs
comparison lisp/ChangeLog @ 81725:0ce30ec432be
*** empty log message ***
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 06 Jul 2007 17:29:20 +0000 |
parents | e98ada190411 |
children | b7c76df62fba |
comparison
equal
deleted
inserted
replaced
81724:e98ada190411 | 81725:0ce30ec432be |
---|---|
1 2007-07-06 Andreas Schwab <schwab@suse.de> | 1 2007-07-06 Andreas Schwab <schwab@suse.de> |
2 | 2 |
3 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any | 3 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any |
4 dynamic bindings around the evaluation of the expression. | 4 dynamic bindings around the evaluation of the expression. |
5 Reported by Jay Belanger <jay.p.belanger@gmail.com>. | |
5 | 6 |
6 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca> |
7 | 8 |
8 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only. | 9 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only. |
9 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>. | 10 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>. |