Mercurial > emacs
changeset 46058:f27ef978fa8c
(minibuffer_completion_contents): Add return type.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 27 Jun 2002 16:22:31 +0000 |
parents | 83679cc0b798 |
children | 03aa2323efa9 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ());