summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-09-06 07:46:57 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-09-08 08:07:04 +0200
commitbd0211b67f62a7b073c93681b98922ff8ab647ce (patch)
tree67aec4b6946fcf5efa0077fd5752493c4fe71186
parent23ad2428ddb8126c40b27ace6b0c0de76bb769c8 (diff)
Silence compiler warnings about obsolete functions
-rw-r--r--lisp/pdf-isearch.el4
-rw-r--r--lisp/pdf-outline.el4
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/pdf-isearch.el b/lisp/pdf-isearch.el
index 7964f47..563e721 100644
--- a/lisp/pdf-isearch.el
+++ b/lisp/pdf-isearch.el
@@ -825,3 +825,7 @@ MATCH-BG LAZY-FG LAZY-BG\)."
(provide 'pdf-isearch)
;;; pdf-isearch.el ends here
+
+;; Local Variables:
+;; byte-compile-warnings: (not obsolete)
+;; End:
diff --git a/lisp/pdf-outline.el b/lisp/pdf-outline.el
index 4b8478e..077c0fb 100644
--- a/lisp/pdf-outline.el
+++ b/lisp/pdf-outline.el
@@ -592,3 +592,7 @@ not call `imenu-sort-function'."
(provide 'pdf-outline)
;;; pdf-outline.el ends here
+
+;; Local Variables:
+;; byte-compile-warnings: (not obsolete)
+;; End: