* obsolete/fast-lock.el (byte-compile-warnings):

Don't warn about obsolete features in this obsolete file.
This commit is contained in:
Glenn Morris 2013-05-27 23:56:55 -07:00
parent f537955316
commit 98e87fb36a
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -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: