]> git.eshelyaron.com Git - emacs.git/commit
Make goto-char offer the number at point as default
authorDaniel Martín <mardani29@yahoo.es>
Mon, 14 Dec 2020 16:16:00 +0000 (17:16 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Dec 2020 16:16:00 +0000 (17:16 +0100)
commit0dd8d53344a822842660d2ac75108f40ba9ff0f4
tree8407f41d59ccff3c02acf9d90f3776999b00aa6e
parent10bc4eac5bb2e7e4b520628286a52f0508332119
Make goto-char offer the number at point as default

* lisp/subr.el (read-natnum-interactive): New function to read natural
numbers for interactive functions.
* src/editfns.c (Fgoto_char): Call read-natnum-interactive from the
interactive definition of goto-char to offer the number at point as
default.  Also expand the docstring to document this new interactive
behavior.
* doc/emacs/basic.texi (Moving Point): Expand the Emacs manual to
document this new behavior.
* etc/NEWS: And announce it (bug#45199).
doc/emacs/basic.texi
etc/NEWS
lisp/subr.el
src/editfns.c