Variable: prolog-electric-if-then-else-flag
prolog-electric-if-then-else-flag is a customizable variable defined
in prolog.el.gz.
Value
nil
Documentation
Non-nil makes (, > and ; electric
to automatically indent if-then-else constructs.
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-if-then-else-flag nil
"Non-nil makes `(', `>' and `;' electric
to automatically indent if-then-else constructs."
:version "24.1"
:group 'prolog-keyboard
:type 'boolean)