projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136dd7b
)
; Fix a typo
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 20 Jul 2015 21:44:41 +0000
(
00:44
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 20 Jul 2015 21:44:41 +0000
(
00:44
+0300)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 0847fdaf1b9f0c416e64ba2d42d68b7b09d20fc0..1613692719315e00e79af1d644cc672d24e05c4e 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-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