X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/21733e4f154f8830fa568a347a0d6dbd59793c2b..0cdd599c54aeda36e7e0696b2f90d2c286153a1d:/lisp/obsolete/fast-lock.el diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el index 941ba3b490..0f57dfd178 100644 --- a/lisp/obsolete/fast-lock.el +++ b/lisp/obsolete/fast-lock.el @@ -1,9 +1,9 @@ ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode -;; Copyright (C) 1994-1998, 2001-2013 Free Software Foundation, Inc. +;; Copyright (C) 1994-1998, 2001-2015 Free Software Foundation, Inc. ;; Author: Simon Marshall -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: faces files ;; Version: 3.14 ;; Obsolete-since: 22.1 @@ -855,3 +855,7 @@ See `fast-lock-get-face-properties'." (provide 'fast-lock) ;;; fast-lock.el ends here + +;; Local Variables: +;; byte-compile-warnings: (not obsolete) +;; End: