From: Richard M. Stallman Date: Sat, 5 Mar 2005 18:04:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~1981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb96021a1d4989252f63e345f623fbf7506d88a9;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index f5a97622450..039cf316ff4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -103,6 +103,12 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * Changes in Emacs 22.1 +** C-u M-x goto-line now switches to the most recent previous buffer, +and goes to the specified line in that buffer. + +When goto-line starts to execute, if there's a number in the buffer at +point then it acts as the default argument for the minibuffer. + ** Emacs now responds to mouse-clicks on the mode-line, header-line and display margin, when run in an xterm. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c068cf33959..ad601c58d13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-03-05 Richard M. Stallman + + * simple.el (goto-line): Use a number at point as the default. + With C-u as arg, switch buffers. + 2005-03-05 Juri Linkov * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'