emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/minibuf.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Thu, 21 Jul 2005 12:30:50 -0400

Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.282 emacs/src/minibuf.c:1.283
*** emacs/src/minibuf.c:1.282   Mon Jul 18 16:30:09 2005
--- emacs/src/minibuf.c Thu Jul 21 16:30:50 2005
***************
*** 349,355 ****
  DEFUN ("minibuffer-prompt-end", Fminibuffer_prompt_end,
         Sminibuffer_prompt_end, 0, 0, 0,
         doc: /* Return the buffer position of the end of the minibuffer prompt.
! Return (point-min) if current buffer is not a mini-buffer.  */)
       ()
  {
    /* This function is written to be most efficient when there's a prompt.  */
--- 349,355 ----
  DEFUN ("minibuffer-prompt-end", Fminibuffer_prompt_end,
         Sminibuffer_prompt_end, 0, 0, 0,
         doc: /* Return the buffer position of the end of the minibuffer prompt.
! Return (point-min) if current buffer is not a minibuffer.  */)
       ()
  {
    /* This function is written to be most efficient when there's a prompt.  */
***************
*** 1014,1020 ****
  Prompt with PROMPT.  If non-nil, optional second arg INITIAL-CONTENTS
  is a string to insert in the minibuffer before reading.
  \(INITIAL-CONTENTS can also be a cons of a string and an integer.  Such
! arguments are used as in `read-from-minibuffer')  */)
       (prompt, initial_contents)
       Lisp_Object prompt, initial_contents;
  {
--- 1014,1020 ----
  Prompt with PROMPT.  If non-nil, optional second arg INITIAL-CONTENTS
  is a string to insert in the minibuffer before reading.
  \(INITIAL-CONTENTS can also be a cons of a string and an integer.  Such
! arguments are used as in `read-from-minibuffer'.)  */)
       (prompt, initial_contents)
       Lisp_Object prompt, initial_contents;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]