diff options
author | Andreas Schwab <schwab@suse.de> | 2005-05-14 18:19:06 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2005-05-14 18:19:06 +0000 |
commit | e0ad342f6724bcd71f73ad5cbf7336cc561e9d25 (patch) | |
tree | ce18e5f2496394659e625248a9c4a4b82589cdeb | |
parent | 56b19636f3337e398ac59d09af7053dd41109985 (diff) | |
download | emacs-e0ad342f6724bcd71f73ad5cbf7336cc561e9d25.tar.gz emacs-e0ad342f6724bcd71f73ad5cbf7336cc561e9d25.tar.bz2 emacs-e0ad342f6724bcd71f73ad5cbf7336cc561e9d25.zip |
Fix encoding.
-rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f2b48771fff..fd0951e739b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -16,7 +16,7 @@ <kifer@cs.sunysb.edu> (and a lot of other people all the years). (tramp-handle-shell-command): `insert-buffer' cannot be used because the contents of the Tramp buffer is changed before - insertion (`expand-file' and alike). Reported by Frédéric Bothamy + insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy <frederic.bothamy@free.fr>. (tramp-set-auto-save): Actions should be done for Tramp file name handler only. Ange-FTP has its own auto-save mechanism. Reported |