# HG changeset patch # User Markus Rost # Date 1045520670 0 # Node ID 88148dcfdd3a547adefd4e93d8ed842260394687 # Parent 754f6f48efbe08f23b8f470e4e0e6215be4e29e1 (diary-file-name-prefix-function): Fix custom type. diff -r 754f6f48efbe -r 88148dcfdd3a lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Mon Feb 17 18:41:14 2003 +0000 +++ b/lisp/calendar/calendar.el Mon Feb 17 22:24:30 2003 +0000 @@ -312,7 +312,7 @@ (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