From: Markus Rost Date: Mon, 17 Feb 2003 22:25:11 +0000 (+0000) Subject: (diary-file-name-prefix-function): Fix custom type. X-Git-Tag: ttn-vms-21-2-B4~11161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=808052d66a969f130756f7ea6b1987b221a20777;p=emacs.git (diary-file-name-prefix-function): Fix custom type. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf4185efc50..4c223d6dbbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-02-17 Markus Rost + + * calendar/calendar.el (diary-file-name-prefix-function): Fix + custom type. + 2003-02-17 Andre Spiegel * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 4e2705f102f..bd86f273b28 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -312,7 +312,7 @@ calendar." (defcustom diary-file-name-prefix-function (function (lambda (str) str)) "*The function that will take a diary file name and return the desired prefix." - :type 'string + :type 'function :group 'diary) ;;;###autoload