emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/follow.el,v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/follow.el,v [EMACS_22_BASE]
Date: Tue, 30 Oct 2007 00:15:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/10/30 00:15:07

Index: follow.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/follow.el,v
retrieving revision 1.30.2.9
retrieving revision 1.30.2.10
diff -u -b -r1.30.2.9 -r1.30.2.10
--- follow.el   19 Oct 2007 10:33:32 -0000      1.30.2.9
+++ follow.el   30 Oct 2007 00:15:06 -0000      1.30.2.10
@@ -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!
 ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]