Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1299
+2008-06-30 Miles Bader <miles@gnu.org>
+
+ * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
+ after processing an escape sequence.
+
2008-06-29 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
(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))))