[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/subr.el,v
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/subr.el,v |
Date: |
Sat, 21 Apr 2007 08:55:42 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Richard M. Stallman <rms> 07/04/21 08:55:41
Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.552
retrieving revision 1.553
diff -u -b -r1.552 -r1.553
--- subr.el 9 Apr 2007 23:10:00 -0000 1.552
+++ subr.el 21 Apr 2007 08:55:41 -0000 1.553
@@ -1719,6 +1719,9 @@
;; This should be used by `call-interactively' for `n' specs.
(defun read-number (prompt &optional default)
+ "Read a numeric value in the minibuffer, prompting with PROMPT.
+DEFAULT specifies a default value to return if the user just types RET.
+The value of DEFAULT is inserted into PROMPT."
(let ((n nil))
(when default
(setq prompt
- [Emacs-diffs] Changes to emacs/lisp/subr.el,v, Chong Yidong, 2007/04/04
- [Emacs-diffs] Changes to emacs/lisp/subr.el,v, John Paul Wallington, 2007/04/06
- [Emacs-diffs] Changes to emacs/lisp/subr.el,v, Vinicius Jose Latorre, 2007/04/09
- [Emacs-diffs] Changes to emacs/lisp/subr.el,v,
Richard M. Stallman <=
- [Emacs-diffs] Changes to emacs/lisp/subr.el,v, Richard M. Stallman, 2007/04/22