Mercurial > emacs
changeset 54970:4234b07e2bdb
(list-input-methods): Fix args to help-xref-button.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 18 Apr 2004 15:13:25 +0000 |
parents | 019583986c66 |
children | bd75f7a6b7d5 |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Sun Apr 18 11:05:20 2004 +0000 +++ b/lisp/international/mule-diag.el Sun Apr 18 15:13:25 2004 +0000 @@ -1181,9 +1181,7 @@ (goto-char (point-min)) (while (re-search-forward "^ \\([^ ]+\\) (`.*' in mode line)$" nil t) - (help-xref-button 1 #'help-input-method - (match-string 1) - "mouse-2: describe this method")))))) + (help-xref-button 1 'help-input-method (match-string 1))))))) (defun list-input-methods-1 () (if (not input-method-alist)