Mercurial > emacs
changeset 111088:d8eec5279e5e
Add bug ref to Changelog entry.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 21 Oct 2010 20:34:22 -0700 |
parents | 8d485e5aa143 |
children | caebfc6134af |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 21 20:32:46 2010 -0700 +++ b/lisp/ChangeLog Thu Oct 21 20:34:22 2010 -0700 @@ -34,7 +34,7 @@ * progmodes/cc-mode.el (c-before-change, c-after-change): Move the setting of c-new-BEG and c-new-END from c-before-change to - c-after-change. + c-after-change. (Bug#7181) 2010-10-19 Chong Yidong <cyd@stupidchicken.com>