]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 20 Jul 2015 21:44:41 +0000 (00:44 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 20 Jul 2015 21:44:41 +0000 (00:44 +0300)
lisp/progmodes/xref.el

index 0847fdaf1b9f0c416e64ba2d42d68b7b09d20fc0..1613692719315e00e79af1d644cc672d24e05c4e 100644 (file)
@@ -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