summaryrefslogtreecommitdiff
path: root/lisp/follow.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/follow.el')
-rw-r--r--lisp/follow.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index 4c76b43da2d..0dea1917f85 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -321,9 +321,10 @@ The commands in this list are checked at load time.
To mark other commands as suitable for caching, set the symbol
property `follow-mode-use-cache' to non-nil.")
-(defvar follow-debug nil
- "Non-nil when debugging Follow mode.")
-
+(defcustom follow-debug nil
+ "If non-nil, emit Follow mode debugging messages."
+ :type 'boolean
+ :group 'follow)
;; Internal variables: