comparison lisp/cus-start.el @ 732:b9b8621c2439

[xemacs-hg @ 2002-01-22 14:16:38 by youngs] 2002-01-14 Björn Torkelsson <torkel@pdc.kth.se> * menubar-items.el (default-menubar): Open URLs menubar entries moved to mail-lib 2002-01-16 John Paul Wallington <jpw@shootybangbang.com> * cus-start.el: customize the builtin variable 'modifier-keys-sticky-time'. 2002-01-09 John Paul Wallington <jpw@shootybangbang.com> * help.el (describe-mode): synched with FSF 19.34; handle nil minor mode indicators.
author youngs
date Tue, 22 Jan 2002 14:16:39 +0000
parents abe6d1db359e
children 37bdd24225ef
comparison
equal deleted inserted replaced
731:46d76bae9921 732:b9b8621c2439
112 (const :tag "Always" t) 112 (const :tag "Always" t)
113 (repeat :menu-tag "When" 113 (repeat :menu-tag "When"
114 :value (nil) 114 :value (nil)
115 (symbol 115 (symbol
116 :tag "Condition")))) 116 :tag "Condition"))))
117 (modifier-keys-sticky-time keyboard
118 (choice (integer :tag "Milliseconds")
119 (const :tag "Unbounded" 'unbounded)))
117 ;; buffer-local 120 ;; buffer-local
118 (case-fold-search matching boolean) 121 (case-fold-search matching boolean)
119 (ctl-arrow display (choice (integer 160) 122 (ctl-arrow display (choice (integer 160)
120 (sexp :tag "160 (default)" 123 (sexp :tag "160 (default)"
121 :format "%t\n"))) 124 :format "%t\n")))