From: Gerd Moellmann Date: Tue, 17 Jul 2001 11:07:02 +0000 (+0000) Subject: Mention +LINE:COLUMN. X-Git-Tag: emacs-pretest-21.0.105~461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b31d75219201e01658c33c9f15a72790e4566540;p=emacs.git Mention +LINE:COLUMN. --- diff --git a/etc/NEWS b/etc/NEWS index b0f00befba6..9c171c05601 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -748,6 +748,9 @@ Please note that only buffers are killed that still have a client, i.e. buffers visited with `emacsclient --no-wait' are never killed in this way. +** Both emacsclient and Emacs itself now accept command line options +of the form +LINE:COLUMN in addition to +LINE. + ** Changes to Show Paren mode. *** Overlays used by Show Paren mode now use a priority property.