diff lisp/erc/erc-stamp.el @ 74484:e9bc018298b2

Update from erc--emacs--22 Highlights: - Remove contributions from someone who has not assigned changes yet. - Merge in a couple of bug-fixes from the main branch. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-546 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Fri, 08 Dec 2006 07:13:33 +0000
parents 133ba2ee7e43
children 7a3f13e2dd57
line wrap: on
line diff
--- a/lisp/erc/erc-stamp.el	Fri Dec 08 03:17:10 2006 +0000
+++ b/lisp/erc/erc-stamp.el	Fri Dec 08 07:13:33 2006 +0000
@@ -266,8 +266,8 @@
 	(indent-to pos)
 	(setq from (point))
 	(insert string))
-      (erc-put-text-property from (1+ (point)) 'field 'erc-timestamp)
-      (erc-put-text-property from (1+ (point)) 'rear-nonsticky t)
+      (erc-put-text-property from (point) 'field 'erc-timestamp)
+      (erc-put-text-property from (point) 'rear-nonsticky t)
       (when erc-timestamp-intangible
 	(erc-put-text-property from (1+ (point)) 'intangible t)))))