summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorYasuyuki Oka <yasuyk@gmail.com>2013-04-13 01:57:11 +0900
committerYasuyuki Oka <yasuyk@gmail.com>2013-04-13 01:57:11 +0900
commit3a83975ed7688c0fb886c415e5c19fcb47ac108e (patch)
tree2fd8a57c76ed53d7cabd68405e6e2f11f8e34acb /helm-tags.el
parente53afb7a9bce74da7087fd9f00c912b6a110643d (diff)
Enable to pop back to where helm-etags-select was last invoked.
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-tags.el b/helm-tags.el
index b4bfb81c..e215f3c9 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -212,6 +212,7 @@ If no entry in cache, create one."
(fname (expand-file-name
(car split) helm-etags-tag-file-dir))
(elm (cadr split)))
+ (ring-insert find-tag-marker-ring (point-marker))
(find-file fname)
(goto-char (point-min))
(search-forward elm nil t)