Mercurial > emacs
comparison lisp/calendar/appt.el @ 69080:768cb704a371
(diary-selective-display): Add defvar.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 21 Feb 2006 19:52:51 +0000 |
parents | 8daf7d9a0771 |
children | 14a3b2b9c00b d1c5430c5bff |
comparison
equal
deleted
inserted
replaced
69079:68ba98572eb9 | 69080:768cb704a371 |
---|---|
76 ;;; Code: | 76 ;;; Code: |
77 | 77 |
78 ;; Make sure calendar is loaded when we compile this. | 78 ;; Make sure calendar is loaded when we compile this. |
79 (require 'calendar) | 79 (require 'calendar) |
80 | 80 |
81 (defvar diary-selective-display) | |
81 | 82 |
82 ;;;###autoload | 83 ;;;###autoload |
83 (defcustom appt-issue-message t | 84 (defcustom appt-issue-message t |
84 "*Non-nil means check for appointments in the diary buffer. | 85 "*Non-nil means check for appointments in the diary buffer. |
85 To be detected, the diary entry must have the format described in the | 86 To be detected, the diary entry must have the format described in the |