]> code.delx.au - gnu-emacs/blobdiff - lisp/jit-lock.el
Auto-commit of loaddefs files.
[gnu-emacs] / lisp / jit-lock.el
index b65b186b4e2797384cb860f8b7341985235a886e..55e25e4c262edb46adc06a7227540301adf2500f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; jit-lock.el --- just-in-time fontification
 
-;; Copyright (C) 1998, 2000-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 2000-2012 Free Software Foundation, Inc.
 
 ;; Author: Gerd Moellmann <gerd@gnu.org>
 ;; Keywords: faces files
@@ -29,8 +29,6 @@
 
 
 (eval-when-compile
-  (require 'cl)
-
   (defmacro with-buffer-prepared-for-jit-lock (&rest body)
     "Execute BODY in current buffer, overriding several variables.
 Preserves the `buffer-modified-p' state of the current buffer."