aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/obsolete
diff options
context:
space:
mode:
authorGlenn Morris2013-05-27 23:56:55 -0700
committerGlenn Morris2013-05-27 23:56:55 -0700
commit98e87fb36a4e1a912bf20d2ec72240042441b7d3 (patch)
treee777b7e96d1f8bd6e1f0df7521a8ef8ab47bf0be /lisp/obsolete
parentf537955316db7ac17bf8334ee05b3ff8547c1009 (diff)
downloademacs-98e87fb36a4e1a912bf20d2ec72240042441b7d3.tar.gz
emacs-98e87fb36a4e1a912bf20d2ec72240042441b7d3.zip
* obsolete/fast-lock.el (byte-compile-warnings):
Don't warn about obsolete features in this obsolete file.
Diffstat (limited to 'lisp/obsolete')
-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'."
855(provide 'fast-lock) 855(provide 'fast-lock)
856 856
857;;; fast-lock.el ends here 857;;; fast-lock.el ends here
858
859;; Local Variables:
860;; byte-compile-warnings: (not obsolete)
861;; End: