summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-10-21 20:34:22 -0700
committerGlenn Morris <rgm@gnu.org>2010-10-21 20:34:22 -0700
commite64ae4e80a62a4bfe7451c99c52359c07b8f9fc0 (patch)
tree18ea9b5c689dcdf85942423298f1e558003384f8
parent69b55131535a1e35952ab5c1d35695c68814ae61 (diff)
downloademacs-e64ae4e80a62a4bfe7451c99c52359c07b8f9fc0.tar.gz
Add bug ref to Changelog entry.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 04ab7875644..bfbf8ebfaab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>