diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-08-01 03:11:39 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-08-01 03:11:39 +0000 |
commit | 4312a2617f47147820494f73d3e63aaedb458538 (patch) | |
tree | f3483a79d113ce0deff9921f606f2bada5984a85 | |
parent | cf398788c7bc6018e00e5b1134457d449138c98c (diff) | |
download | emacs-4312a2617f47147820494f73d3e63aaedb458538.tar.gz emacs-4312a2617f47147820494f73d3e63aaedb458538.tar.bz2 emacs-4312a2617f47147820494f73d3e63aaedb458538.zip |
Mention new command `ediff-backup'.
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,10 @@ See the files mac/README and mac/INSTALL for build instructions. * Changes in Emacs 21.4 +** The new command `ediff-backup' compares a file with its most recent +backup using `ediff'. If you specify the name of a backup file, +`ediff-backup' compares it with the file of which it is a backup. + +++ ** The mode line position information now comes before the major mode. When the file is maintained under version control, that information |