]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-warnings): Don't warn about obsolete functions in this
authorGlenn Morris <rgm@gnu.org>
Sun, 30 Mar 2008 00:47:33 +0000 (00:47 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 30 Mar 2008 00:47:33 +0000 (00:47 +0000)
obsolete file.

lisp/obsolete/lazy-lock.el

index 14ea145264aa69c48a543c24c0044e66e96632aa..3854563e48f98b9909c6497165c2efd57eb71046 100644 (file)
@@ -1054,5 +1054,9 @@ verbosity is controlled via the variable `lazy-lock-stealth-verbose'."
 
 (provide 'lazy-lock)
 
+;; Local Variables:
+;; byte-compile-warnings: (not obsolete)
+;; End:
+
 ;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9
 ;;; lazy-lock.el ends here