changeset 35967:5f41effdffe6

(dirtrack-directory-change-hook): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 07 Feb 2001 23:38:46 +0000
parents 911b5aa7fe8d
children 6a592962088a
files lisp/dirtrack.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dirtrack.el	Wed Feb 07 23:36:32 2001 +0000
+++ b/lisp/dirtrack.el	Wed Feb 07 23:38:46 2001 +0000
@@ -186,7 +186,7 @@
 (defcustom dirtrack-directory-change-hook nil
   "Hook that is called when a directory change is made."
   :group 'dirtrack
-  :type 'function
+  :type 'hook
   )