aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2004-07-10 10:53:19 +0000
committerEli Zaretskii <[email protected]>2004-07-10 10:53:19 +0000
commit831dc66dfcda69d8447bb21a483f329138d28fc0 (patch)
tree25284156056d1ef57dce61611ac87480bb5431fd
parent5668fbb8b1b555208ea82664ee4ecbbf3833467d (diff)
(ediff-meta-truncate-filenames): Change type to boolean.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ediff-mult.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 85d71487d7..1264c4077b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-10 Stephan Stahl <[email protected]> (tiny change)
+
+ * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
+ boolean.
+
2004-07-09 Lars Hansen <[email protected]>
* wid-edit.el (widget-field-buffer): Doc fix.
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el
index f5eff1eb49..cf6edc2d12 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."