aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2012-12-04 01:49:08 +0200
committerJuri Linkov2012-12-04 01:49:08 +0200
commitc38a186c2e06e0a351d166c5ef06d7307e145f45 (patch)
tree21c24e9ae0de6c192f0b00e0386b3e14d4bc8eae /etc
parent9320b007d5518a4e1966e168286a3a3182e9e4d8 (diff)
downloademacs-c38a186c2e06e0a351d166c5ef06d7307e145f45.tar.gz
emacs-c38a186c2e06e0a351d166c5ef06d7307e145f45.zip
* lisp/sort.el (delete-duplicate-lines): New command.
Fixes: debbugs:13032
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd1e5bb2a21..b175843828d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,6 +69,11 @@ New features include:
69 name and arguments. Useful to trace the value of (current-buffer) or 69 name and arguments. Useful to trace the value of (current-buffer) or
70 (point) when the function is invoked. 70 (point) when the function is invoked.
71 71
72** New command `delete-duplicate-lines' has two types of operation:
73when its arg ADJACENT is non-nil (when called interactively with C-u C-u)
74it works like the utility `uniq'. Otherwise by default it deletes
75duplicate lines everywhere in the region without regard to adjacency.
76
72** Woman 77** Woman
73 78
74*** The commands `woman-default-faces' and `woman-monochrome-faces' 79*** The commands `woman-default-faces' and `woman-monochrome-faces'