From: Stefan Kangas Date: Mon, 16 Dec 2024 21:06:35 +0000 (+0100) Subject: ; Fix indentation problem X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac8ef50ee8fbed0bb9052a0ed142f50dafafe126;p=emacs.git ; Fix indentation problem (cherry picked from commit 0d3cffe60c1e79cf2dfd2bb1a683a7f60ea6b779) --- diff --git a/src/lread.c b/src/lread.c index c25ffb3c4fe..56e5522d270 100644 --- a/src/lread.c +++ b/src/lread.c @@ -962,7 +962,7 @@ floating-point value. If `inhibit-interaction' is non-nil, this function will signal an `inhibited-interaction' error. */) -(Lisp_Object prompt, Lisp_Object inherit_input_method, Lisp_Object seconds) + (Lisp_Object prompt, Lisp_Object inherit_input_method, Lisp_Object seconds) { Lisp_Object val;