]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/erc/erc.el: Fix paren typo in previous.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Oct 2014 16:53:19 +0000 (12:53 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Oct 2014 16:53:19 +0000 (12:53 -0400)
lisp/erc/erc.el

index 1e81929d80248330848579435b8671b534916277..c70dfb94d7e496138983887d60b65d7d3ba793e2 100644 (file)
@@ -2060,7 +2060,7 @@ BUFFER is the current buffer."
     (unless (markerp erc-last-saved-position)
       (setq erc-last-saved-position (make-marker))
       (move-marker erc-last-saved-position
-                  (1- (marker-position erc-insert-marker)))))
+                  (1- (marker-position erc-insert-marker))))))
 
 ;; interactive startup