annotate tests/tooltalk/beeps.el @ 5208:9fa29ec759e3

Implement suggest-key-bindings in terms of teach-extended-commands-p 2010-04-29 Aidan Kehoe <kehoea@parhasard.net> * cmdloop.el (suggest-key-bindings): Make this available, documenting that it's for GNU Emacs compatibility. Implement it in terms of teach-extended-commands-p and teach-extended-commands-timeout, using Ben's set-symbol-value-handler functionality.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 29 Apr 2010 16:16:47 +0100
parents 131b0175ea99
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
1 (beep)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
2 (beep)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
3 (progn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
4 (beep)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
5 (beep))