aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDmitry Gutov2015-07-21 00:44:41 +0300
committerDmitry Gutov2015-07-21 00:44:41 +0300
commit4051fb202ee92edce95a3d0a9763d0d130f82770 (patch)
treeadc374ad8c6f553eeddfd0811e6528cb069829df /lisp
parent136dd7bc02576a10ea77b33afd3cb9179c064e3d (diff)
downloademacs-4051fb202ee92edce95a3d0a9763d0d130f82770.tar.gz
emacs-4051fb202ee92edce95a3d0a9763d0d130f82770.zip
; Fix a typo
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 0847fdaf1b9..16136927193 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -508,7 +508,7 @@ Used for temporary buffers.")
508 (n (abs n)) 508 (n (abs n))
509 (xref nil)) 509 (xref nil))
510 (dotimes (_ n) 510 (dotimes (_ n)
511 (setq (xref--search-property 'xref-item backward))) 511 (setq xref (xref--search-property 'xref-item backward)))
512 (cond (xref 512 (cond (xref
513 (xref--pop-to-location xref)) 513 (xref--pop-to-location xref))
514 (t 514 (t