# HG changeset patch # User Richard M. Stallman # Date 1105645551 0 # Node ID 0a0437db07fcb4f6249263a4cc24a36c794a26cb # Parent 864cb3ebda07f0d8800cf12e9d6639e7facf9965 Whitespace change. diff -r 864cb3ebda07 -r 0a0437db07fc lisp/help-macro.el --- 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)))