aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-28 02:45:01 +0000
committerRichard M. Stallman2004-06-28 02:45:01 +0000
commit0715d1a4a88318dbdb6dd16b5d24a6faccfff371 (patch)
tree744d9b2ef639c5d9ae7ed6d9bec2e3f0bf63103f
parentef544dc88794ccfd1237f56e3e490f705bf1d025 (diff)
downloademacs-0715d1a4a88318dbdb6dd16b5d24a6faccfff371.tar.gz
emacs-0715d1a4a88318dbdb6dd16b5d24a6faccfff371.zip
(font-lock-fontify-syntactic-keywords-region):
More changes to go with previous change.
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 033bf20bf71..ce2548cc84d 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1257,7 +1257,7 @@ START should be at the beginning of a line."
1257 font-lock-syntactic-keywords))) 1257 font-lock-syntactic-keywords)))
1258 ;; Get down to business. 1258 ;; Get down to business.
1259 (let ((case-fold-search font-lock-keywords-case-fold-search) 1259 (let ((case-fold-search font-lock-keywords-case-fold-search)
1260 (keywords (cdr font-lock-syntactic-keywords)) 1260 (keywords (cddr font-lock-syntactic-keywords))
1261 keyword matcher highlights) 1261 keyword matcher highlights)
1262 (while keywords 1262 (while keywords
1263 ;; Find an occurrence of `matcher' from `start' to `end'. 1263 ;; Find an occurrence of `matcher' from `start' to `end'.