comparison lisp/cmdloop.el @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents ac37a5f7e5be 294ab9180fad
children f9e4d44504a4
comparison
equal deleted inserted replaced
5473:ac37a5f7e5be 5474:4dee0387b9de
309 If the value is non-nil and not a number, we wait the number of seconds 309 If the value is non-nil and not a number, we wait the number of seconds
310 specified by `teach-extended-commands-timeout'." 310 specified by `teach-extended-commands-timeout'."
311 :type '(choice 311 :type '(choice
312 (const :tag "off" nil) 312 (const :tag "off" nil)
313 (integer :tag "time" 2) 313 (integer :tag "time" 2)
314 (other :tag "on"))) 314 (other :tag "on"))
315 :group 'keyboard)
315 316
316 (dontusethis-set-symbol-value-handler 317 (dontusethis-set-symbol-value-handler
317 'suggest-key-bindings 318 'suggest-key-bindings
318 'set-value 319 'set-value
319 #'(lambda (sym args fun harg handler) 320 #'(lambda (sym args fun harg handler)