Variable: calendar-debug-sexp

calendar-debug-sexp is a customizable variable defined in calendar.el.gz.

Value

nil

Documentation

Turn debugging on when evaluating a sexp in the diary or holiday list.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-debug-sexp nil
  "Turn debugging on when evaluating a sexp in the diary or holiday list."
  :type 'boolean
  :group 'calendar)