Variable: pc-select-old-M-delete-binding

pc-select-old-M-delete-binding is a variable defined in pc-select.el.gz.

Value

nil

Documentation

Holds the old mapping of [M-delete] in the function-key-map.

This variable holds the value associated with [M-delete] in the function-key-map before PC Selection mode had changed that association.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pc-select.el.gz
(defvar pc-select-old-M-delete-binding nil
  "Holds the old mapping of [M-delete] in the `function-key-map'.
This variable holds the value associated with [M-delete] in the
`function-key-map' before PC Selection mode had changed that
association.")