From: Richard M. Stallman Date: Thu, 13 Jan 2005 19:45:51 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: ttn-vms-21-2-B4~2776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef8f2df66a7486e7a52c2df55f106f7a4c2959f6;p=emacs.git Whitespace change. --- diff --git a/lisp/help-macro.el b/lisp/help-macro.el index a36eed86d01..3a7cf0898cb 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -121,7 +121,7 @@ and then returns." (if three-step-help (progn (setq key (let ((overriding-local-map local-map)) - (read-key-sequence nil))) + (read-key-sequence nil))) ;; Make the HELP key translate to C-h. (if (lookup-key function-key-map key) (setq key (lookup-key function-key-map key)))