+2015-02-16 Kelly Dean <kelly@prtime.org>
+
+ * help-mode.el (help-do-xref): Prevent duplicated display of Info
+ buffer, and prevent interference with existing buffer. (Bug#13190)
+
2015-02-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
python.el: Do not deactivate mark on shell fontification. (Bug#19871)
a proper [back] button."
;; There is a reference at point. Follow it.
(let ((help-xref-following t))
- (apply function args)))
+ (apply function (if (eq function 'info)
+ (append args (list (generate-new-buffer-name "*info*"))) args))))
;; The doc string is meant to explain what buttons do.
(defun help-follow-mouse ()