]> code.delx.au - gnu-emacs/commitdiff
(diary-file-name-prefix-function): Fix custom type.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 17 Feb 2003 22:25:11 +0000 (22:25 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 17 Feb 2003 22:25:11 +0000 (22:25 +0000)
lisp/ChangeLog
lisp/calendar/calendar.el

index cf4185efc50669eff332d770b13562ffc7446a33..4c223d6dbbcbcbcf1d45514f668c4f237e79f511 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
+
+       * calendar/calendar.el (diary-file-name-prefix-function): Fix
+       custom type.
+
 2003-02-17  Andre Spiegel  <spiegel@gnu.org>
 
        * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
index 4e2705f102ffc52d6abdea366514ee86302555d4..bd86f273b28e5c8e00b3b73540c424bb33201f4a 100644 (file)
@@ -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