Variable: cperl-use-syntax-table-text-property-for-tags
cperl-use-syntax-table-text-property-for-tags is a customizable
variable defined in cperl-mode.el.gz.
Value
t
Documentation
Non-nil means: set up and use syntax-table text property generating TAGS.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-use-syntax-table-text-property-for-tags
cperl-use-syntax-table-text-property
"Non-nil means: set up and use `syntax-table' text property generating TAGS."
:type 'boolean
:group 'cperl-speed)