Variable: prolog-char-quote-workaround

prolog-char-quote-workaround is a customizable variable defined in prolog.el.gz.

This variable is obsolete since 24.1.

Value

nil

Documentation

If non-nil, declare 0 as a quote character to handle 0'<char>.

This is really kludgy, and unneeded (i.e. obsolete) in Emacs>=24.

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-char-quote-workaround nil
  "If non-nil, declare 0 as a quote character to handle 0'<char>.
This is really kludgy, and unneeded (i.e. obsolete) in Emacs>=24."
  :version "24.1"
  :group 'prolog-other
  :type 'boolean)