Mercurial > emacs
changeset 56388:6d79704b2630
(ediff-meta-truncate-filenames): Change type to boolean.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Jul 2004 10:50:27 +0000 |
parents | 27ac2a1d0a24 |
children | 8e3ca382cbdb |
files | lisp/ediff-mult.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."