diff options
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -789,7 +789,7 @@ buffer, the narrowing is removed." (bog--find-citekey-heading-in-notes citekey)))) (if marker (progn - (switch-to-buffer (marker-buffer marker)) + (pop-to-buffer (marker-buffer marker)) (when (or (< marker (point-min)) (> marker (point-max))) (widen)) |