]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-meta-truncate-filenames): Change type to boolean.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Jul 2004 10:53:19 +0000 (10:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Jul 2004 10:53:19 +0000 (10:53 +0000)
lisp/ChangeLog
lisp/ediff-mult.el

index 85d71487d7563c1eeab773fc1edb3fda9d774d5b..1264c4077b32e3a3e2fa1bd60bd4a3edcf5a854b 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
+
+       * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
+       boolean.
+
 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
 
        * wid-edit.el (widget-field-buffer): Doc fix.
index f5eff1eb49d44fc4d77dd266b6ea017d81d1c9d8..cf6edc2d12989ab9e21bfa8ab607b5439d8b5313 100644 (file)
@@ -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."