Mercurial > emacs
changeset 22568:5682c77dce71
(bookmark-save-flag, bookmark-version-control): Use
`other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 08:48:57 +0000 |
parents | b20af24c6cdd |
children | b5923f76f35b |
files | lisp/bookmark.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)