aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJari Aalto2010-12-15 10:56:22 +0800
committerChong Yidong2010-12-15 10:56:22 +0800
commit99f053cfb94763b5d31bcf0802e4b9233da2bea4 (patch)
treea1edd0b7cae51cc71a25b30157c49f17b2e61a7d /etc
parent5614fd56080d50dc3e1b32382a39d2c21fe060eb (diff)
downloademacs-99f053cfb94763b5d31bcf0802e4b9233da2bea4.tar.gz
emacs-99f053cfb94763b5d31bcf0802e4b9233da2bea4.zip
New command rectangle-number-lines (Bug#4382).
* rect.el (rectange--default-line-number-format) (rectangle-number-line-callback): New functions. (rectangle-number-lines): New command, bound to C-x r N.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7cedb072bef..178631bc28b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -303,6 +303,10 @@ set `x-select-enable-clipboard' to nil.
303 303
304*** Support for X cut buffers has been removed. 304*** Support for X cut buffers has been removed.
305 305
306** New command `rectangle-number-lines', bound to `C-x r N', numbers
307the lines in the current rectangle. With an prefix argument, this
308prompts for a number to count from and for a format string.
309
306 310
307* Changes in Specialized Modes and Packages in Emacs 24.1 311* Changes in Specialized Modes and Packages in Emacs 24.1
308 312