# HG changeset patch # User Stefan Monnier # Date 1025194951 0 # Node ID f27ef978fa8c33ff92a5f3a47d9bded0c52d700d # Parent 83679cc0b798b655eb5e9fd25f28591515c7c46e (minibuffer_completion_contents): Add return type. diff -r 83679cc0b798 -r f27ef978fa8c src/minibuf.c --- a/src/minibuf.c Thu Jun 27 16:13:31 2002 +0000 +++ b/src/minibuf.c Thu Jun 27 16:22:31 2002 +0000 @@ -369,6 +369,7 @@ /* Get the text in the minibuffer before point. That is what completion commands operate on. */ +Lisp_Object minibuffer_completion_contents () { int prompt_end = XINT (Fminibuffer_prompt_end ());