changeset 49828:88148dcfdd3a

(diary-file-name-prefix-function): Fix custom type.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 17 Feb 2003 22:24:30 +0000
parents 754f6f48efbe
children 88a02e3304b0
files lisp/calendar/calendar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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