comparison lisp/calendar/calendar.el @ 9757:35d1324acc64

Delete old reference to window configuration.
author Edward M. Reingold <reingold@emr.cs.iit.edu>
date Sun, 30 Oct 1994 21:06:34 +0000
parents 5586959f3393
children c48a14db3f7b
comparison
equal deleted inserted replaced
9756:bd5dc931e46e 9757:35d1324acc64
1525 (setq mode-name "Calendar") 1525 (setq mode-name "Calendar")
1526 (use-local-map calendar-mode-map) 1526 (use-local-map calendar-mode-map)
1527 (setq buffer-read-only t) 1527 (setq buffer-read-only t)
1528 (setq indent-tabs-mode nil) 1528 (setq indent-tabs-mode nil)
1529 (update-calendar-mode-line) 1529 (update-calendar-mode-line)
1530 (make-local-variable 'calendar-window-configuration);; Windows on entry.
1531 (make-local-variable 'calendar-mark-ring) 1530 (make-local-variable 'calendar-mark-ring)
1532 (make-local-variable 'displayed-month);; Month in middle of window. 1531 (make-local-variable 'displayed-month);; Month in middle of window.
1533 (make-local-variable 'displayed-year));; Year in middle of window. 1532 (make-local-variable 'displayed-year));; Year in middle of window.
1534 1533
1535 (defun calendar-string-spread (strings char length) 1534 (defun calendar-string-spread (strings char length)