comparison lisp/ChangeLog @ 111140:7aab0512e690

Make the *Packages* buffer read-only. * emacs-lisp/package.el (package--generate-package-list): Make the *Packages* buffer read-only.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 24 Oct 2010 11:37:21 -0400
parents d383b5e03a3d
children 9f790d0f636f
comparison
equal deleted inserted replaced
111139:d383b5e03a3d 111140:7aab0512e690
1 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (package--generate-package-list): Make the
4 *Packages* buffer read-only.
5
1 2010-10-24 Alan Mackenzie <acm@muc.de> 6 2010-10-24 Alan Mackenzie <acm@muc.de>
2 7
3 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the 8 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
4 result of `c-beginning-of-decl-1' between invocations of a lambda 9 result of `c-beginning-of-decl-1' between invocations of a lambda
5 function (Bug #7265). 10 function (Bug #7265).