We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7aba2 commit 8526ce3Copy full SHA for 8526ce3
phpactor.el
@@ -546,16 +546,12 @@ If FORCE-UPDATE is non-NIL, purge index before building."
546
(unless target
547
(setq target "focused_window"))
548
549
- (if (fboundp 'xref-push-marker-stack)
550
- (xref-push-marker-stack)
551
- (with-no-warnings
552
- (ring-insert find-tag-marker-ring (point-marker))))
+ (xref-push-marker-stack)
553
554
(let ((buf (find-buffer-visiting path)))
555
(when (and force_reload buf)
556
- (progn
557
- (set-buffer buf)
558
- (revert-buffer t t t))))
+ (set-buffer buf)
+ (revert-buffer t t t)))
559
(find-file path)
560
(goto-char (1+ (byte-to-position (max 1 offset)))))
561
0 commit comments