Variable: srecode-prefix-key

srecode-prefix-key is a variable defined in mode.el.gz.

Value

[(control 99) 47]

Documentation

The common prefix key in srecode minor mode.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/mode.el.gz
;; We don't want to waste space.  There is a menu after all.
;;(add-to-list 'minor-mode-alist '(srecode-minor-mode ""))

(defvar srecode-prefix-key [(control ?c) ?/]
  "The common prefix key in srecode minor mode.")