Mercurial > emacs
changeset 79255:3e37b479924d
(follow-unload-function): Add docstring.
(follow-unload-function): Remove variable.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 30 Oct 2007 00:15:06 +0000 |
parents | 27dd3dfdc98d |
children | 02a9c3ab0adf |
files | lisp/follow.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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! ;;