diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-02-21 19:52:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-02-21 19:52:51 +0000 |
commit | 3083298a33e3d5b68cb7bc8394fe37daebd02a4c (patch) | |
tree | 06ac0298a4a7b18d962a7b190606a5013d218aa4 | |
parent | 12549864fd5acfca87b8d070ae4d18cf8a9db9e6 (diff) | |
download | emacs-3083298a33e3d5b68cb7bc8394fe37daebd02a4c.tar.gz |
(diary-selective-display): Add defvar.
-rw-r--r-- | lisp/calendar/appt.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 571b4ec132a..bce30a1de20 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -78,6 +78,7 @@ ;; Make sure calendar is loaded when we compile this. (require 'calendar) +(defvar diary-selective-display) ;;;###autoload (defcustom appt-issue-message t |