aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-01-05 20:03:40 -0500
committerGlenn Morris <[email protected]>2012-01-05 20:03:40 -0500
commit536aea70db923989849e0ebf2cb77571d06bb6d5 (patch)
tree2378303ac5d798e83539aca371d40d31a32223a1 /lisp/ChangeLog
parent7dccca16f091f50606a0dcdc1f592d573c01b658 (diff)
* lisp/calendar/calendar.el (calendar-mode): Locally set scroll-margin to 0.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7e5fd5be1c..f78e5a277b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-06 Glenn Morris <[email protected]>
+
+ * calendar/calendar.el (calendar-mode):
+ Locally set scroll-margin to 0. (Bug#10379)
+
2012-01-06 Ulrich Mueller <[email protected]>
* play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)