(find-tag-noselect): Set that variable.
(read-string prompt)
(find-tag-tag prompt)))))
+(defvar find-tag-history nil)
+
;;;###autoload
(defun find-tag-noselect (tagname &optional next-p regexp-p)
"Find tag (in current tags table) whose name contains TAGNAME.
See documentation of variable `tags-file-name'."
(interactive (find-tag-interactive "Find tag: "))
+ (setq find-tag-history (cons tagname find-tag-history))
;; Save the current buffer's value of `find-tag-hook' before selecting the
;; tags table buffer.
(let ((local-find-tag-hook find-tag-hook))