; Fix a typo
This commit is contained in:
parent
136dd7bc02
commit
4051fb202e
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ Used for temporary buffers.")
|
|||
(n (abs n))
|
||||
(xref nil))
|
||||
(dotimes (_ n)
|
||||
(setq (xref--search-property 'xref-item backward)))
|
||||
(setq xref (xref--search-property 'xref-item backward)))
|
||||
(cond (xref
|
||||
(xref--pop-to-location xref))
|
||||
(t
|
||||
|
|
Loading…
Add table
Reference in a new issue