Mercurial > hg > xemacs-beta
diff src/minibuf.c @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 9f59509498e1 |
children | 8eaf7971accc |
line wrap: on
line diff
--- a/src/minibuf.c Mon Aug 13 09:35:15 2007 +0200 +++ b/src/minibuf.c Mon Aug 13 09:36:16 2007 +0200 @@ -130,6 +130,7 @@ Vminibuf_preprompt = LISP_GETTEXT (preprompt); } + return Qnil; } DEFUN ("read-minibuffer-internal", Fread_minibuffer_internal, 1, 1, 0, /* @@ -622,18 +623,19 @@ implement some braindamage in FSF which we aren't including. --cet */ #if 0 -xxDEFUN ("minibuffer-prompt", Fminibuffer_prompt, Sminibuffer_prompt, 0, 0, 0, - "Return the prompt string of the currently-active minibuffer.\n" -"If no minibuffer is active, return nil.") - () +xxDEFUN ("minibuffer-prompt", Fminibuffer_prompt, 0, 0, 0, /* +Return the prompt string of the currently-active minibuffer. +If no minibuffer is active, return nil. +*/ + ()) { return (Fcopy_sequence (Vminibuf_prompt)); } -xxDEFUN ("minibuffer-prompt-width", Fminibuffer_prompt_width, - Sminibuffer_prompt_width, 0, 0, 0, - "Return the display width of the minibuffer prompt.") - () +xxDEFUN ("minibuffer-prompt-width", Fminibuffer_prompt_width, 0, 0, 0, /* +Return the display width of the minibuffer prompt. +*/ + ()) { return (make_int (minibuf_prompt_width)); }