diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-07-10 10:53:19 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-07-10 10:53:19 +0000 |
commit | 831dc66dfcda69d8447bb21a483f329138d28fc0 (patch) | |
tree | 25284156056d1ef57dce61611ac87480bb5431fd /lisp/ediff-mult.el | |
parent | 5668fbb8b1b555208ea82664ee4ecbbf3833467d (diff) | |
download | emacs-831dc66dfcda69d8447bb21a483f329138d28fc0.tar.gz emacs-831dc66dfcda69d8447bb21a483f329138d28fc0.tar.bz2 emacs-831dc66dfcda69d8447bb21a483f329138d28fc0.zip |
(ediff-meta-truncate-filenames): Change type to boolean.
Diffstat (limited to 'lisp/ediff-mult.el')
-rw-r--r-- | lisp/ediff-mult.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el index f5eff1eb49d..cf6edc2d129 100644 --- a/lisp/ediff-mult.el +++ b/lisp/ediff-mult.el @@ -200,7 +200,7 @@ Should be a sexp. For instance (car ediff-filtering-regexp-history) or nil." (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." |