X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fetags.el;h=00180d65101710b28abbc5c793ba48d0336cb7b5;hb=c9a63e1a342578bd9c9ad8c2292d527557910faf;hp=f00f8fac6829cc59cb6ba2ff2c868c2f6b844f0f;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git diff --git a/lisp/etags.el b/lisp/etags.el index f00f8fa..00180d6 100644 --- a/lisp/etags.el +++ b/lisp/etags.el @@ -1189,6 +1189,7 @@ and `\\[pop-tag-mark]'." ;;;###autoload (define-key esc-map "*" 'pop-tag-mark) +;;;###autoload (defun pop-tag-mark (arg) "Go to last tag position. `find-tag' maintains a mark-stack seperate from the \\[set-mark-command] mark-stack. @@ -1203,3 +1204,5 @@ This function pops (and moves to) the tag at the top of this stack." (provide 'etags) (provide 'tags) + +;;; etags.el ends here