]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-face-list): Add defvar.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Aug 2005 10:13:42 +0000 (10:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Aug 2005 10:13:42 +0000 (10:13 +0000)
lisp/obsolete/fast-lock.el

index 725e2b21e70ed41f04a62f953cd5e2e0ff08d30f..4599442f6c7e11c6132fae62190a7c9c7ae05231 100644 (file)
 (if (and (eq system-type 'ms-dos) (not (msdos-long-file-names)))
     (error "`fast-lock' was written for long file name systems"))
 
+(defvar font-lock-face-list)
+
 (eval-when-compile
  ;;
  ;; We don't do this at the top-level as we only use non-autoloaded macros.