comparison lisp/ChangeLog @ 110423:6c2baabc9d98

* lisp/emacs-lisp/warnings.el: Fix commenting convention. (display-warning): Use special mode and make the buffer read-only.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 19 Sep 2010 02:05:26 +0200
parents a141021cb63f
children 03a492f2d1ce
comparison
equal deleted inserted replaced
110422:93e093c035a0 110423:6c2baabc9d98
1 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/warnings.el: Fix commenting convention.
4 (display-warning): Use special mode and make the buffer read-only.
5
1 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com> 6 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
2 7
3 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the 8 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4 empty string when it follows a repeated or optional pattern. 9 empty string when it follows a repeated or optional pattern.
5 10