aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ac0ec72990..0e515c2a7b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * bookmark.el (bookmark-version-control): Give tags in the 3 * bookmark.el (bookmark-version-control): Give tags in the
4 :type choices (Bug#12309), and improve doc string. 4 :type choices (Bug#12309), and improve doc string.
5 (bookmark-write-file): Bind `print-circle' to `t' to allow
6 circular custom bookmark types. (Bug#12503)
5 7
62012-10-01 Paul Eggert <eggert@cs.ucla.edu> 82012-10-01 Paul Eggert <eggert@cs.ucla.edu>
7 9