summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Fogel <kfogel@red-bean.com>2010-07-14 11:54:26 -0400
committerKarl Fogel <kfogel@red-bean.com>2010-07-14 11:54:26 -0400
commit2bb8db3ea7516856cc42e2b597a3348fe8e5e678 (patch)
tree602bad5b9fc82c79c84ae7d6328697caaae931df
parent6b2c4bd94eafbfe2417cf92a7a5702d3b70b454b (diff)
downloademacs-2bb8db3ea7516856cc42e2b597a3348fe8e5e678.tar.gz
Fix attribution in a ChangeLog entry.
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab1d043e3f2..d9dba910224 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,11 +5,11 @@
because it was extraneous to the functional change in that patch,
and causes a re-indendation, I am committing it separately.
-2010-07-13 Karl Fogel <kfogel@red-bean.com>
+2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
* bookmark.el (bookmark-show-annotation): Ensure annotations show,
e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
- Patch by Thierry Volpiatto (Bug#6444).
+ Patch applied by Karl Fogel (Bug#6444).
2010-07-13 Chong Yidong <cyd@stupidchicken.com>