diff options
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index fc416d869bb..39354bd31e3 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -390,7 +390,7 @@ Only used if `diary-header-line-flag' is non-nil." | |||
| 390 | :type 'sexp | 390 | :type 'sexp |
| 391 | :initialize 'custom-initialize-default | 391 | :initialize 'custom-initialize-default |
| 392 | :set 'diary-set-header | 392 | :set 'diary-set-header |
| 393 | :version "22.1") | 393 | :version "23.3") ; frame-width -> window-width |
| 394 | 394 | ||
| 395 | ;; The first version of this also checked for diary-selective-display | 395 | ;; The first version of this also checked for diary-selective-display |
| 396 | ;; in the non-fancy case. This was an attempt to distinguish between | 396 | ;; in the non-fancy case. This was an attempt to distinguish between |