comparison lisp/ChangeLog @ 111250:707dcc885f00

progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error. Fixes bug #7185.
author Alan Mackenzie <acm@muc.de>
date Sun, 31 Oct 2010 11:54:02 +0000
parents 6a10cca95d2b
children 029e4783cbae
comparison
equal deleted inserted replaced
111249:6bf1738e57f0 111250:707dcc885f00
1 2010-10-31 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4 This fixes bug #7185.
5
1 2010-10-30 Chong Yidong <cyd@stupidchicken.com> 6 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * startup.el (command-line): Search for package directories, and 8 * startup.el (command-line): Search for package directories, and
4 don't load package.el if none are found. 9 don't load package.el if none are found.
5 10