diff options
| author | Stefan Kangas | 2024-12-16 22:06:35 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-12-16 22:08:03 +0100 |
| commit | 0d3cffe60c1e79cf2dfd2bb1a683a7f60ea6b779 (patch) | |
| tree | f70c84e24a0e41a9fdbfa8a1bda0a622b9a88b3f | |
| parent | 7c94898fa53d3605ba643df25206386de70ade61 (diff) | |
| download | emacs-0d3cffe60c1e79cf2dfd2bb1a683a7f60ea6b779.tar.gz emacs-0d3cffe60c1e79cf2dfd2bb1a683a7f60ea6b779.zip | |
; Fix indentation problem
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 962 | 962 | ||
| 963 | If `inhibit-interaction' is non-nil, this function will signal an | 963 | If `inhibit-interaction' is non-nil, this function will signal an |
| 964 | `inhibited-interaction' error. */) | 964 | `inhibited-interaction' error. */) |
| 965 | (Lisp_Object prompt, Lisp_Object inherit_input_method, Lisp_Object seconds) | 965 | (Lisp_Object prompt, Lisp_Object inherit_input_method, Lisp_Object seconds) |
| 966 | { | 966 | { |
| 967 | Lisp_Object val; | 967 | Lisp_Object val; |
| 968 | 968 | ||