Mercurial > hg > xemacs-beta
diff lisp/hyper-apropos.el @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | 8de8e3f6228a |
children | 7039e6323819 |
line wrap: on
line diff
--- a/lisp/hyper-apropos.el Mon Aug 13 11:35:05 2007 +0200 +++ b/lisp/hyper-apropos.el Mon Aug 13 11:36:19 2007 +0200 @@ -1085,12 +1085,13 @@ nil (forward-char 3) (read (point-marker)))) - ((and - (eq major-mode 'hyper-apropos-help-mode) - (> (point) (point-min))) - (save-excursion - (goto-char (point-min)) - (hyper-apropos-this-symbol))) + ;; What's this? This ends up in the same symbol already described. +;; ((and +;; (eq major-mode 'hyper-apropos-help-mode) +;; (> (point) (point-min))) +;; (save-excursion +;; (goto-char (point-min)) +;; (hyper-apropos-this-symbol))) (t (let* ((st (progn (skip-syntax-backward "w_")