Mercurial > hg > xemacs-beta
diff lisp/cus-start.el @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 2c611d1463a6 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/lisp/cus-start.el Mon Aug 13 10:30:38 2007 +0200 +++ b/lisp/cus-start.el Mon Aug 13 10:31:29 2007 +0200 @@ -121,6 +121,12 @@ (left-margin fill integer) (tab-width editing-basics integer) (truncate-lines display boolean) + (overwrite-mode editing-basics ;; for the options menu - dverna + (choice (const :tag "disabled" nil) + (const :tag "textual" + 'overwrite-mode-textual) + (const :tag "binary" + 'overwrite-mode-binary))) ;; not documented as user-options, but should still be ;; customizable: (bar-cursor display (choice (const :tag "Block Cursor" nil)