# HG changeset patch # User Richard M. Stallman # Date 1110045894 0 # Node ID 3da87e4dfd6f41d119f36f9bda509b5ad63c03a7 # Parent 489c6114d10cc0f9ab5fb1b6860c4a646c7ca34f *** empty log message *** diff -r 489c6114d10c -r 3da87e4dfd6f etc/NEWS --- a/etc/NEWS Sat Mar 05 18:02:40 2005 +0000 +++ b/etc/NEWS Sat Mar 05 18:04:54 2005 +0000 @@ -103,6 +103,12 @@ * 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 -r 489c6114d10c -r 3da87e4dfd6f lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 05 18:02:40 2005 +0000 +++ b/lisp/ChangeLog Sat Mar 05 18:04:54 2005 +0000 @@ -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'