From d89239b9fc1c37b637993f4b97c5812dcca97b63 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 20 Feb 2024 14:14:27 -0500 Subject: [PATCH] suppress byte compile warnings on docstrings --- org-ref-arxiv.el | 4 ++++ org-ref-bibliography-links.el | 4 ++++ org-ref-citation-links.el | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/org-ref-arxiv.el b/org-ref-arxiv.el index 8360416b..0f235c48 100644 --- a/org-ref-arxiv.el +++ b/org-ref-arxiv.el @@ -301,3 +301,7 @@ key." (provide 'org-ref-arxiv) ;;; org-ref-arxiv.el ends here + +;; Local Variables: +;; byte-compile-warnings: (not docstrings) +;; End: diff --git a/org-ref-bibliography-links.el b/org-ref-bibliography-links.el index 753f47ec..49eaf9a9 100644 --- a/org-ref-bibliography-links.el +++ b/org-ref-bibliography-links.el @@ -310,3 +310,7 @@ Optional argument BACKEND is the export backend." (provide 'org-ref-bibliography-links) ;;; org-ref-bibliography-links.el ends here + +;; Local Variables: +;; byte-compile-warnings: (not docstrings) +;; End: diff --git a/org-ref-citation-links.el b/org-ref-citation-links.el index 242591fe..16f13d1e 100644 --- a/org-ref-citation-links.el +++ b/org-ref-citation-links.el @@ -1425,5 +1425,5 @@ Here is an example use: ;;; org-ref-citation-links.el ends here ;; Local Variables: -;; byte-compile-warnings: (not docstrings-wide) +;; byte-compile-warnings: (not docstrings docstrings-wide) ;; End: