aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJoakim Verona2013-02-04 00:03:35 +0100
committerJoakim Verona2013-02-04 00:03:35 +0100
commitc877afeb2bdca205b7d4e19fb37eb0c9cf209540 (patch)
treeeddb6a0ea25c25796e0686a0c2b186e5dbfac95a /lisp/progmodes
parentcfefa7e817861c3fdf541becf7fbcfa00fa16858 (diff)
parent69d52b98fc53446450319ae96881dd57683e0349 (diff)
downloademacs-c877afeb2bdca205b7d4e19fb37eb0c9cf209540.tar.gz
emacs-c877afeb2bdca205b7d4e19fb37eb0c9cf209540.zip
auto upstream
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cperl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index c302bb484af..7d34269b6b5 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -1839,7 +1839,7 @@ or as help on variables `cperl-tips', `cperl-problems',
1839 (make-local-variable 'cperl-syntax-state) 1839 (make-local-variable 'cperl-syntax-state)
1840 (setq cperl-syntax-state nil) ; reset syntaxification cache 1840 (setq cperl-syntax-state nil) ; reset syntaxification cache
1841 (if cperl-use-syntax-table-text-property 1841 (if cperl-use-syntax-table-text-property
1842 (if (boundp 'syntax-propertize-function) 1842 (if (eval-when-compile (fboundp 'syntax-propertize-rules))
1843 (progn 1843 (progn
1844 ;; Reset syntaxification cache. 1844 ;; Reset syntaxification cache.
1845 (set (make-local-variable 'cperl-syntax-done-to) nil) 1845 (set (make-local-variable 'cperl-syntax-done-to) nil)