+2014-06-13 Glenn Morris <rgm@gnu.org>
+
+ * calendar/calendar.el (calendar-generate-window):
+ Remove pointless call to font-lock-fontify-buffer.
+
2014-06-13 Matthias Meulien <orontee@gmail.com>
* simple.el (completion-list-mode-map): Navigate with tab and backtab
;;; calendar.el --- calendar functions
-;; Copyright (C) 1988-1995, 1997, 2000-2014 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1988-1995, 1997, 2000-2014 Free Software Foundation, Inc.
;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
;; Maintainer: Glenn Morris <rgm@gnu.org>
;; combined don't fit height to that of its buffer.
(set-window-vscroll nil 0))
(sit-for 0))
- (and (bound-and-true-p font-lock-mode)
- (font-lock-fontify-buffer)) ;FIXME: Why?
(and calendar-mark-holidays-flag
;; (calendar-date-is-valid-p today) ; useful for BC dates
(calendar-mark-holidays)