summaryrefslogtreecommitdiff
path: root/lisp/follow.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/follow.el')
-rw-r--r--lisp/follow.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index 2ea4466ea05..7e175e70230 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -2244,6 +2244,7 @@ This prevents `mouse-drag-region' from messing things up."
;;{{{ The end
(defun follow-unload-function ()
+ "Unload Follow mode library."
(follow-stop-intercept-process-output)
(dolist (group '((before
;; XEmacs
@@ -2269,10 +2270,9 @@ This prevents `mouse-drag-region' from messing things up."
(intern (concat "follow-" (symbol-name fun))))
(ad-update fun))
(error nil))))))
+ ;; continue standard processing
nil)
-(defvar follow-unload-function 'follow-unload-function)
-
;;
;; We're done!
;;