]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-autostore-merges): Use `other' widget
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:58:07 +0000 (08:58 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:58:07 +0000 (08:58 +0000)
type.

lisp/ediff-init.el

index b514a534d15ddd89f8754653fd1a0e3a0c4b4aea..833c55f87e3237031d3a77064c59954c8cf40f6d 100644 (file)
@@ -1190,7 +1190,8 @@ This property can be toggled interactively."
 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)