diff lisp/font-lock.el @ 4755:c1784fd59d7d

Fix syntax of some uses of condition-case and with-trapping-errors.
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 18 Nov 2009 01:10:56 +0900
parents 517f6887fbc0
children 77907bd57d25
line wrap: on
line diff
--- a/lisp/font-lock.el	Wed Nov 18 01:06:53 2009 +0900
+++ b/lisp/font-lock.el	Wed Nov 18 01:10:56 2009 +0900
@@ -1442,7 +1442,7 @@
 (defvar font-lock-range-table (make-range-table))
 
 (defun font-lock-pre-idle-hook ()
-  (with-trapping-errors 'font-lock-pre-idle-hook
+  (with-trapping-errors :operation 'font-lock-pre-idle-hook
     (if (> (hash-table-count font-lock-pending-buffer-table) 0)
 	(font-lock-fontify-pending-extents))))