From: Juanma Barranquero Date: Tue, 30 Oct 2007 00:15:06 +0000 (+0000) Subject: (follow-unload-function): Add docstring. X-Git-Tag: emacs-pretest-22.1.90~483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc8c78cccd54ba33cccc2c663ba35825a8a06c63;p=emacs.git (follow-unload-function): Add docstring. (follow-unload-function): Remove variable. --- 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! ;;