# HG changeset patch # User Juanma Barranquero # Date 1193703306 0 # Node ID 3e37b479924d8a08e3a07a391e703cf29358cc7c # Parent 27dd3dfdc98dd06b0aeafdfe8d8dd8a25955e59e (follow-unload-function): Add docstring. (follow-unload-function): Remove variable. diff -r 27dd3dfdc98d -r 3e37b479924d lisp/follow.el --- a/lisp/follow.el Tue Oct 30 00:14:03 2007 +0000 +++ b/lisp/follow.el Tue Oct 30 00:15:06 2007 +0000 @@ -2244,6 +2244,7 @@ ;;{{{ The end (defun follow-unload-function () + "Unload Follow mode library." (follow-stop-intercept-process-output) (dolist (group '((before ;; XEmacs @@ -2269,10 +2270,9 @@ (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! ;;