* lisp/erc/erc.el: Fix paren typo in previous.
This commit is contained in:
parent
43f52995ea
commit
244a462a30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue