* lisp/calendar/calendar.el (calendar-mode): Locally set scroll-margin to 0.
This commit is contained in:
parent
7dccca16f0
commit
536aea70db
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-01-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/calendar.el (calendar-mode):
|
||||
Locally set scroll-margin to 0. (Bug#10379)
|
||||
|
||||
2012-01-06 Ulrich Mueller <ulm@gentoo.org>
|
||||
|
||||
* play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
|
||||
|
|
|
|||
|
|
@ -1730,6 +1730,7 @@ For a complete description, see the info node `Calendar/Diary'.
|
|||
(setq buffer-read-only t
|
||||
buffer-undo-list t
|
||||
indent-tabs-mode nil)
|
||||
(set (make-local-variable 'scroll-margin) 0) ; bug#10379
|
||||
(calendar-update-mode-line)
|
||||
(make-local-variable 'calendar-mark-ring)
|
||||
(make-local-variable 'displayed-month) ; month in middle of window
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue