diff options
| author | Richard M. Stallman | 1994-08-06 05:02:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-06 05:02:00 +0000 |
| commit | b65a149a9582766142e52a48d0ad642a3e4d1bbb (patch) | |
| tree | 5be2ad5915dc34d09e19f188f0c98d4b09b3ccaf | |
| parent | 6f27e7a281cd024f082a38e77b86d637b89eabaa (diff) | |
| download | emacs-b65a149a9582766142e52a48d0ad642a3e4d1bbb.tar.gz emacs-b65a149a9582766142e52a48d0ad642a3e4d1bbb.zip | |
(font-lock-hack-keywords): Delete debugging code.
| -rw-r--r-- | lisp/font-lock.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 26cdc96ad64..d381c37cf35 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -292,7 +292,6 @@ If this is nil, the major mode's syntax table is used.") | |||
| 292 | (progn | 292 | (progn |
| 293 | (if font-lock-syntax-table | 293 | (if font-lock-syntax-table |
| 294 | (set-syntax-table font-lock-syntax-table)) | 294 | (set-syntax-table font-lock-syntax-table)) |
| 295 | (recursive-edit) | ||
| 296 | (while rest | 295 | (while rest |
| 297 | (setq first (car rest) rest (cdr rest)) | 296 | (setq first (car rest) rest (cdr rest)) |
| 298 | (goto-char start) | 297 | (goto-char start) |