emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wrong custom type for ediff-meta-truncate-filenames


From: Stephan Stahl
Subject: wrong custom type for ediff-meta-truncate-filenames
Date: 05 Jul 2004 21:21:53 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Hi.

This defcustom in ediff-mult.el is wrong. It should be of type boolean..
This error prevents the user from disabling filename truncation via
customize..

(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
  :group 'ediff-mult)

Stephan
-- 
Stephan Stahl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]