summaryrefslogtreecommitdiff
path: root/lisp
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
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')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/obsolete/fast-lock.el4
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22e7dd46bbe..76da6f6e74f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2013-05-28 Glenn Morris <rgm@gnu.org>
+ * obsolete/fast-lock.el (byte-compile-warnings):
+ Don't warn about obsolete features in this obsolete file.
+
* progmodes/cc-vars.el (c-macro-names-with-semicolon):
Move definition before use.
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: