diff options
| author | Juri Linkov | 2012-12-04 01:49:08 +0200 |
|---|---|---|
| committer | Juri Linkov | 2012-12-04 01:49:08 +0200 |
| commit | c38a186c2e06e0a351d166c5ef06d7307e145f45 (patch) | |
| tree | 21c24e9ae0de6c192f0b00e0386b3e14d4bc8eae /etc | |
| parent | 9320b007d5518a4e1966e168286a3a3182e9e4d8 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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: | ||
| 73 | when its arg ADJACENT is non-nil (when called interactively with C-u C-u) | ||
| 74 | it works like the utility `uniq'. Otherwise by default it deletes | ||
| 75 | duplicate 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' |