Fix bug in copy-directory copying into an existing directory.
commit82d84d3fc97ed20079b42bb2b2c319437a299ad9
authorChong Yidong <cyd@stupidchicken.com>
Sat, 29 Jan 2011 22:10:51 +0000 (29 17:10 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 29 Jan 2011 22:10:51 +0000 (29 17:10 -0500)
tree33494a7d2e23a9cde775b20d2382897009682f75
parent7f9c5df9660fc124e5d1399eaf4b3f5da94c71aa
Fix bug in copy-directory copying into an existing directory.

http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01007.html

* files.el (copy-directory): If destination is an existing
directory, copy into a subdirectory there.
lisp/ChangeLog
lisp/files.el