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:
parent
28d5d98ba5
commit
fc8c78cccd
@ -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!
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user