1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Whitespace change.

This commit is contained in:
Richard M. Stallman 2002-02-15 20:00:18 +00:00
parent 80d553d4cd
commit 43125c289e

View File

@ -1150,7 +1150,8 @@ and enable that one. The default is the most recent input method specified
"Describe input method (default, current choice): ")))
(if (and input-method (symbolp input-method))
(setq input-method (symbol-name input-method)))
(help-setup-xref (list #'describe-input-method (or input-method current-input-method))
(help-setup-xref (list #'describe-input-method
(or input-method current-input-method))
(interactive-p))
(if (null input-method)