summaryrefslogtreecommitdiff
path: root/lisp/obsolete/fast-lock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-05-27 23:56:55 -0700
committerGlenn Morris <rgm@gnu.org>2013-05-27 23:56:55 -0700
commit98e87fb36a4e1a912bf20d2ec72240042441b7d3 (patch)
treee777b7e96d1f8bd6e1f0df7521a8ef8ab47bf0be /lisp/obsolete/fast-lock.el
parentf537955316db7ac17bf8334ee05b3ff8547c1009 (diff)
downloademacs-98e87fb36a4e1a912bf20d2ec72240042441b7d3.tar.gz
* obsolete/fast-lock.el (byte-compile-warnings):
Don't warn about obsolete features in this obsolete file.
Diffstat (limited to 'lisp/obsolete/fast-lock.el')
-rw-r--r--lisp/obsolete/fast-lock.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el
index 941ba3b4902..98f9b836a3b 100644
--- a/lisp/obsolete/fast-lock.el
+++ b/lisp/obsolete/fast-lock.el
@@ -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: