(Fminibuffer_complete_word): Reindent.
authorPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 07:03:59 +0000 (07:03 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 07:03:59 +0000 (07:03 +0000)
(Fminibuffer_complete_and_exit): Likewise.
(Fminibuffer_completion_help): Likewise.
(Fminibuffer_message): Likewise.

src/ChangeLog
src/minibuf.c

index 2adfb8e..4f13c49 100644 (file)
@@ -1,5 +1,10 @@
 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * minibuf.c (Fminibuffer_complete_word): Reindent.
+       (Fminibuffer_complete_and_exit): Likewise.
+       (Fminibuffer_completion_help): Likewise.  
+       (Fminibuffer_message): Likewise.
+
        * fns.c (Freverse): Reindent.
 
        * eval.c (Fif): Reindent.
index da5748d..d496035 100644 (file)
@@ -1819,7 +1819,7 @@ complete_and_exit_2 (ignore)
 }
 
 DEFUN ("minibuffer-complete-and-exit", Fminibuffer_complete_and_exit,
-        Sminibuffer_complete_and_exit, 0, 0, "",
+       Sminibuffer_complete_and_exit, 0, 0, "",
        doc: /* If the minibuffer contents is a valid completion then exit.
 Otherwise try to complete it.  If completion leads to a valid completion,
 a repetition of this command will exit.  */)
@@ -1864,7 +1864,7 @@ a repetition of this command will exit.  */)
 }
 
 DEFUN ("minibuffer-complete-word", Fminibuffer_complete_word, Sminibuffer_complete_word,
-  0, 0, "",
+       0, 0, "",
        doc: /* Complete the minibuffer contents at most a single word.
 After one word is completed as much as possible, a space or hyphen
 is added, provided that matches some possible completion.
@@ -2220,7 +2220,7 @@ It can find the completion buffer in `standard-output'.  */)
 }
 
 DEFUN ("minibuffer-completion-help", Fminibuffer_completion_help, Sminibuffer_completion_help,
-  0, 0, "",
+       0, 0, "",
        doc: /* Display a list of possible completions of the current minibuffer contents.  */)
      ()
 {
@@ -2316,7 +2316,7 @@ temp_echo_area_glyphs (m)
 }
 
 DEFUN ("minibuffer-message", Fminibuffer_message, Sminibuffer_message,
-  1, 1, 0,
+       1, 1, 0,
        doc: /* Temporarily display STRING at the end of the minibuffer.
 The text is displayed for two seconds,
 or until the next input event arrives, whichever comes first.  */)