]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-move-hook): New hook.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Aug 1999 15:18:39 +0000 (15:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Aug 1999 15:18:39 +0000 (15:18 +0000)
lisp/calendar/calendar.el

index 4a4690ec3f3be86d1822b09f9394a341c28f855a..a8132311dfb787a0d7388b468ac8f44c07ab1986 100644 (file)
@@ -337,6 +337,18 @@ functions that move by days and weeks."
   :type 'hook
   :group 'calendar-hooks)
 
+;;;###autoload
+(defcustom calendar-move-hook nil
+  "*List of functions called whenever the cursor moves in the calendar.
+
+For example, 
+
+  (add-hook 'calendar-move-hook (lambda () (view-diary-entries 1)))
+
+redisplays the diary for whatever date the cursor is moved to."
+  :type 'hook
+  :group 'calendar-hooks)
+
 ;;;###autoload
 (defcustom diary-file "~/diary"
   "*Name of the file in which one's personal diary of dates is kept.