Variable: prolog-electric-underscore-flag

prolog-electric-underscore-flag is a customizable variable defined in prolog.el.gz.

Value

nil

Documentation

Non-nil means make underscore key electric.

Electric underscore replaces the current variable with underscore. If underscore is pressed not on a variable then it behaves as usual.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defcustom prolog-electric-underscore-flag nil
  "Non-nil means make underscore key electric.
Electric underscore replaces the current variable with underscore.
If underscore is pressed not on a variable then it behaves as usual."
  :version "24.1"
  :group 'prolog-keyboard
  :type 'boolean)