# HG changeset patch # User Eli Zaretskii # Date 1089456627 0 # Node ID 6d79704b26306e920c827f0b44634ab56bf07b77 # Parent 27ac2a1d0a24d573f5e38415b66643a591bbf84c (ediff-meta-truncate-filenames): Change type to boolean. diff -r 27ac2a1d0a24 -r 6d79704b2630 lisp/ediff-mult.el --- a/lisp/ediff-mult.el Fri Jul 09 23:38:54 2004 +0000 +++ b/lisp/ediff-mult.el Sat Jul 10 10:50:27 2004 +0000 @@ -200,7 +200,7 @@ (defcustom ediff-meta-truncate-filenames t "*If non-nil, truncate long file names in the session group buffers. This can be toggled with `ediff-toggle-filename-truncation'." - :type 'hook + :type 'boolean :group 'ediff-mult) (defcustom ediff-registry-setup-hook nil "*Hooks run just after the registry control panel is set up."