From: Dmitry Gutov Date: Mon, 20 Jul 2015 21:44:41 +0000 (+0300) Subject: ; Fix a typo X-Git-Tag: emacs-25.0.90~1457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4051fb202ee92edce95a3d0a9763d0d130f82770;p=emacs.git ; Fix a typo --- 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.") (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