changeset 59521:0a0437db07fc

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 Jan 2005 19:45:51 +0000
parents 864cb3ebda07
children 031c9a79c55a
files lisp/help-macro.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-macro.el	Thu Jan 13 19:43:09 2005 +0000
+++ b/lisp/help-macro.el	Thu Jan 13 19:45:51 2005 +0000
@@ -121,7 +121,7 @@
 		     (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)))