]> code.delx.au - gnu-emacs/blobdiff - lisp/jit-lock.el
(unload-feature): Handle (t . SYMBOL) entries in load history.
[gnu-emacs] / lisp / jit-lock.el
index 020b651bfeac76f83c602a7dfecc0a8434d16097..958bb679832d4d68c714c75cab1c6fa4584252dd 100644 (file)
@@ -1,7 +1,7 @@
 ;;; jit-lock.el --- just-in-time fontification
 
 ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006 Free Software Foundation, Inc.
+;;   2005, 2006, 2007 Free Software Foundation, Inc.
 
 ;; Author: Gerd Moellmann <gerd@gnu.org>
 ;; Keywords: faces files
@@ -409,7 +409,7 @@ Defaults to the whole buffer.  END can be out of bounds."
     (with-buffer-prepared-for-jit-lock
      ;; Don't cause refontification (it's already been done), but just do
      ;; some random buffer change, so as to force redisplay.
-     (put-text-property start end 'fontified t)))))
+     (put-text-property start end 'fontified t))))
 
 
 \f