(vip-push-mark-silent): Use (mark t).
This commit is contained in:
parent
a814e9df17
commit
9a62cb6319
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ bound to delete-backward-char.")
|
|||
(defun vip-push-mark-silent (&optional location)
|
||||
"Set mark at LOCATION (point, by default) and push old mark on mark ring.
|
||||
No message."
|
||||
(if (null (mark))
|
||||
(if (null (mark t))
|
||||
nil
|
||||
(setq mark-ring (cons (copy-marker (mark-marker)) mark-ring))
|
||||
(if (> (length mark-ring) mark-ring-max)
|
||||
|
|
Loading…
Add table
Reference in a new issue