comparison lisp/viper/viper-macs.el @ 197:acd284d43ca1 r20-3b25

Import from CVS: tag r20-3b25
author cvs
date Mon, 13 Aug 2007 10:00:02 +0200
parents bfd6434d15b3
children
comparison
equal deleted inserted replaced
196:58e0786448ca 197:acd284d43ca1
79 can be invoked as `<this key> 1', and the command before that, and the command 79 can be invoked as `<this key> 1', and the command before that, and the command
80 before that one is accessible as `<this key> 2'. 80 before that one is accessible as `<this key> 2'.
81 The notation for these keys is borrowed from XEmacs. Basically, 81 The notation for these keys is borrowed from XEmacs. Basically,
82 a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g., 82 a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
83 `(meta control f1)'." 83 `(meta control f1)'."
84 :type 'key 84 :type 'sexp
85 :group 'viper) 85 :group 'viper)
86 86
87 87
88 88
89 ;;; Code 89 ;;; Code