comparison lisp/ChangeLog @ 111244:6a10cca95d2b

Check more carefully for packages before loading package.el. * startup.el (command-line): Search for package directories, and don't load package.el if none are found. * emacs-lisp/package.el (describe-package, list-packages): Call package-initialize if it has not been called yet.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 30 Oct 2010 20:06:18 -0400
parents 07533ffce7c3
children 707dcc885f00
comparison
equal deleted inserted replaced
111243:0989a3a741bd 111244:6a10cca95d2b
1 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * startup.el (command-line): Search for package directories, and
4 don't load package.el if none are found.
5
6 * emacs-lisp/package.el (describe-package, list-packages): Call
7 package-initialize if it has not been called yet.
8
1 2010-10-30 Alan Mackenzie <acm@muc.de> 9 2010-10-30 Alan Mackenzie <acm@muc.de>
2 10
3 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function 11 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4 which fontifies the tail of an enum. 12 which fontifies the tail of an enum.
5 (c-basic-matchers-after): Insert a call to the above new function. 13 (c-basic-matchers-after): Insert a call to the above new function.