]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix indentation problem
authorStefan Kangas <stefankangas@gmail.com>
Mon, 16 Dec 2024 21:06:35 +0000 (22:06 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:07:04 +0000 (16:07 +0100)
(cherry picked from commit 0d3cffe60c1e79cf2dfd2bb1a683a7f60ea6b779)

src/lread.c

index c25ffb3c4fec72c7b1719c030b55b8623a243550..56e5522d27056690051116709e1a7d4da712e112 100644 (file)
@@ -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;