summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-06-28 02:45:01 +0000
committerRichard M. Stallman <rms@gnu.org>2004-06-28 02:45:01 +0000
commit0715d1a4a88318dbdb6dd16b5d24a6faccfff371 (patch)
tree744d9b2ef639c5d9ae7ed6d9bec2e3f0bf63103f /lisp
parentef544dc88794ccfd1237f56e3e490f705bf1d025 (diff)
downloademacs-0715d1a4a88318dbdb6dd16b5d24a6faccfff371.tar.gz
emacs-0715d1a4a88318dbdb6dd16b5d24a6faccfff371.tar.bz2
emacs-0715d1a4a88318dbdb6dd16b5d24a6faccfff371.zip
(font-lock-fontify-syntactic-keywords-region):
More changes to go with previous change.
Diffstat (limited to 'lisp')
-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."
font-lock-syntactic-keywords)))
;; Get down to business.
(let ((case-fold-search font-lock-keywords-case-fold-search)
- (keywords (cdr font-lock-syntactic-keywords))
+ (keywords (cddr font-lock-syntactic-keywords))
keyword matcher highlights)
(while keywords
;; Find an occurrence of `matcher' from `start' to `end'.