diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 2a4dad983a1..0b0e56df2fe 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -250,6 +250,8 @@ in the buffer that the occurrences were found in. (+ 2 (* 2 occur-nlines))) (t 1))))) (pos (nth occur-number occur-pos-list))) + (or pos + (error "No occurrence on this line")) (pop-to-buffer occur-buffer) (goto-char (marker-position pos)))) |
