emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/rcirc.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/rcirc.el,v
Date: Mon, 30 Jun 2008 08:00:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/06/30 08:00:30

Index: net/rcirc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/rcirc.el,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- net/rcirc.el        27 Jun 2008 07:34:49 -0000      1.47
+++ net/rcirc.el        30 Jun 2008 08:00:25 -0000      1.48
@@ -2196,7 +2196,7 @@
     (when (not (eq ?\C-o (char-before (match-end 2))))
       (delete-region (match-beginning 2) (match-end 2)))
     (delete-region (match-beginning 1) (match-end 1))
-    (goto-char (1+ (match-beginning 1))))
+    (goto-char (match-beginning 1)))
   ;; remove the ^O characters now
   (while (re-search-forward "\C-o+" nil t)
     (delete-region (match-beginning 0) (match-end 0))))




reply via email to

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