From 0d3cffe60c1e79cf2dfd2bb1a683a7f60ea6b779 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 16 Dec 2024 22:06:35 +0100 Subject: [PATCH] ; Fix indentation problem --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;