aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRoland Winkler2012-09-23 07:34:23 -0500
committerRoland Winkler2012-09-23 07:34:23 -0500
commitbc7be45dbd90145b9bc76dbff349bf51a8315211 (patch)
tree1450740aab38912e484e5707a01105a0d75cffe2 /etc
parent6fab02746b865525b6fae7d16a4d3ed990f81723 (diff)
downloademacs-bc7be45dbd90145b9bc76dbff349bf51a8315211.tar.gz
emacs-bc7be45dbd90145b9bc76dbff349bf51a8315211.zip
lisp/proced.el: new command proced-renice
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dc60aaa138f..5595fafd37f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -411,6 +411,8 @@ server properties.
411** In Perl mode, new option `perl-indent-parens-as-block' causes non-block 411** In Perl mode, new option `perl-indent-parens-as-block' causes non-block
412closing brackets to be aligned with the line of the opening bracket. 412closing brackets to be aligned with the line of the opening bracket.
413 413
414** In Proced mode, new command `proced-renice' renices selected processes.
415
414** Python mode 416** Python mode
415 417
416A new version of python.el, which provides several new features, including: 418A new version of python.el, which provides several new features, including: