diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-12-28 03:24:19 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-12-28 03:24:19 +0000 |
commit | 7d96af1ab4d9e76259b4d32a63ea05cf4ec6ff2f (patch) | |
tree | 2c541c0f9e60260a10f583bac19e1455cfec174f /lisp | |
parent | 7f4a3168c8505cb52ffb63478c5e7eccd474f95e (diff) | |
download | emacs-7d96af1ab4d9e76259b4d32a63ea05cf4ec6ff2f.tar.gz emacs-7d96af1ab4d9e76259b4d32a63ea05cf4ec6ff2f.tar.bz2 emacs-7d96af1ab4d9e76259b4d32a63ea05cf4ec6ff2f.zip |
* files.el (move-file-to-trash): Bind backup-directory-alist to nil
before uniquifying backup trash file name.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bccf45bd2f9..bf041d1a959 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-12-28 Chong Yidong <cyd@stupidchicken.com> + + * files.el (move-file-to-trash): Bind backup-directory-alist to nil + before uniquifying backup trash file name. + 2008-12-27 Andreas Schwab <schwab@suse.de> * vc-git.el (vc-git-dir-printer): Fix filename column. |