2001-12-31 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 1 Jan 2002 02:52:38 +0000 (02:52 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 1 Jan 2002 02:52:38 +0000 (02:52 +0000)
* message.el (message-fix-before-sending): Fix a typo.

lisp/ChangeLog
lisp/message.el

index 7751f08..cf9676f 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-fix-before-sending): Fix a typo.
+
 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el (gnus-version-number): Update version.
index e0d489e..4e196b9 100644 (file)
@@ -2621,7 +2621,7 @@ It should typically alter the sending method in some way or other."
   (message-check 'invisible-text
     (let ((points (message-text-with-property 'invisible)))
       (when points
-       (goto-char (car point))
+       (goto-char (car points))
        (dolist (point points)
          (add-text-properties point (1+ point)
                               '(invisible nil highlight t)))