From 808052d66a969f130756f7ea6b1987b221a20777 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Mon, 17 Feb 2003 22:25:11 +0000 Subject: [PATCH] (diary-file-name-prefix-function): Fix custom type. --- lisp/ChangeLog | 5 +++++ lisp/calendar/calendar.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2