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,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Tue, 02 Jan 2007 21:03:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/02 21:03:49

Index: minibuf.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/minibuf.c,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -b -r1.317 -r1.318
--- minibuf.c   16 Dec 2006 20:38:14 -0000      1.317
+++ minibuf.c   2 Jan 2007 21:03:49 -0000       1.318
@@ -983,7 +983,7 @@
 one puts point at the beginning of the string.  *Note* that this
 behavior differs from the way such arguments are used in `completing-read'
 and some related functions, which use zero-indexing for POSITION.  */)
-(prompt, initial_contents, keymap, read, hist, default_value, 
inherit_input_method)
+   (prompt, initial_contents, keymap, read, hist, default_value, 
inherit_input_method)
      Lisp_Object prompt, initial_contents, keymap, read, hist, default_value;
      Lisp_Object inherit_input_method;
 {




reply via email to

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