# HG changeset patch # User Andreas Schwab # Date 898678137 0 # Node ID 5682c77dce712e203ac13f06a2387c2404ff95b0 # Parent b20af24c6cddd0cf9ff48923a82066513050eb41 (bookmark-save-flag, bookmark-version-control): Use `other' widget type. diff -r b20af24c6cdd -r 5682c77dce71 lisp/bookmark.el --- a/lisp/bookmark.el Wed Jun 24 08:48:01 1998 +0000 +++ b/lisp/bookmark.el Wed Jun 24 08:48:57 1998 +0000 @@ -121,7 +121,7 @@ To specify the file in which to save them, modify the variable `bookmark-default-file', which is `~/.emacs.bmk' by default." - :type '(choice (const nil) (const t) integer) + :type '(choice (const nil) integer (other t)) :group 'bookmark) @@ -149,7 +149,8 @@ The first three have the same meaning that they do for the variable `version-control', and the final value `nospecial' means just use the value of `version-control'." - :type '(choice (const t) (const nil) (const never) (const nospecial)) + :type '(choice (const nil) (const never) (const nospecial) + (other t)) :group 'bookmark)