Merge pull request #311 from toctan/master

Recenter the screen after goto-symbol
This commit is contained in:
Bozhidar Batsov 2013-04-29 02:27:41 -07:00
commit 0bc4d51093

View file

@ -63,7 +63,8 @@
((overlayp position)
(goto-char (overlay-start position)))
(t
(goto-char position)))))
(goto-char position)))
(recenter)))
((listp symbol-list)
(dolist (symbol symbol-list)
(let (name position)