Searched +refs:sexp +refs:diary +refs:entry +refs:symbol (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Ddiary-lib.el0 ;;; diary-lib.el --- diary functions
29 ;; This collection of functions implements the diary features as described
36 (defun diary-check-diary-file ()
37 "Check that the file specified by `diary-file' exists and is readable.
39 (let ((d-file (substitute-in-file-name diary-file)))
43 (error "Diary file `%s' is not readable" diary-file))
44 (error "Diary file `%s' does not exist" diary-file))))
47 (defun diary ( function
183 (defvar entry) function
[all...]

Completed in 101 milliseconds