aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
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
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')
-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 @@
12013-05-28 Glenn Morris <rgm@gnu.org> 12013-05-28 Glenn Morris <rgm@gnu.org>
2 2
3 * obsolete/fast-lock.el (byte-compile-warnings):
4 Don't warn about obsolete features in this obsolete file.
5
3 * progmodes/cc-vars.el (c-macro-names-with-semicolon): 6 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
4 Move definition before use. 7 Move definition before use.
5 8
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: