Variable: prolog-underscore-wordchar-flag
prolog-underscore-wordchar-flag is a customizable variable defined in
prolog.el.gz.
This variable is obsolete since 24.4; use superword-mode(var)/superword-mode(fun) instead.
Value
nil
Documentation
Non-nil means underscore (_) is a word-constituent character.
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-underscore-wordchar-flag nil
"Non-nil means underscore (_) is a word-constituent character."
:version "24.1"
:group 'prolog-other
:type 'boolean)