summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sainty <psainty@orcon.net.nz>2019-11-16 12:12:36 +1300
committerPhil Sainty <psainty@orcon.net.nz>2019-11-16 12:16:05 +1300
commitc793395cca70e6a673dc4dd910ea93c7b5dcee80 (patch)
tree69708bf919191b947a55197d3a1e7df844875f3b
parent7fea1a3f2656c69f4de99d092680f7a917d8426f (diff)
downloademacs-c793395cca70e6a673dc4dd910ea93c7b5dcee80.tar.gz
; * lisp/so-long.el: Silence byte-compiler warnings
-rw-r--r--lisp/so-long.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el
index 78fa32508ae..7d54594dd30 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -421,6 +421,9 @@
(declare-function outline-toggle-children "outline")
(declare-function outline-toggle-children "outline")
+(declare-function ad-find-advice "advice")
+(declare-function ad-remove-advice "advice")
+
(defvar so-long-enabled nil
"Set to nil to prevent `so-long' from being triggered automatically.