Mercurial > emacs
changeset 22576:3c4fc0e6aa43
(ediff-autostore-merges): Use `other' widget
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 08:58:07 +0000 |
parents | 4d1c88715c55 |
children | c129b4c40a0c |
files | lisp/ediff-init.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ediff-init.el Wed Jun 24 08:57:33 1998 +0000 +++ b/lisp/ediff-init.el Wed Jun 24 08:58:07 1998 +0000 @@ -1190,7 +1190,8 @@ Nil means don't save automatically. t means always save. Anything but nil or t means save automatically only if the merge job is part of a group of jobs, such as `ediff-merge-directory' or `ediff-merge-directory-revisions'." - :type '(choice (const nil) (const t) (const group-jobs-only)) + :type '(choice (const nil) (const t) + (other :tag "group-jobs-only" group-jobs-only)) :group 'ediff-merge) (make-variable-buffer-local 'ediff-autostore-merges)