1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(follow-unload-function): Add docstring.

(follow-unload-function): Remove variable.
This commit is contained in:
Juanma Barranquero 2007-10-30 00:15:06 +00:00
parent 28d5d98ba5
commit fc8c78cccd

View File

@ -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!
;;