emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99388: * lisp/files.el (delete-direc


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99388: * lisp/files.el (delete-directory): Fix typo in last change.
Date: Tue, 26 Jan 2010 22:36:36 -0500
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99388
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2010-01-26 22:36:36 -0500
message:
  * lisp/files.el (delete-directory): Fix typo in last change.
modified:
  lisp/files.el
=== modified file 'lisp/files.el'
--- a/lisp/files.el     2010-01-27 03:17:23 +0000
+++ b/lisp/files.el     2010-01-27 03:36:36 +0000
@@ -4692,8 +4692,8 @@
                    (delete-file file)))
                ;; We do not want to delete "." and "..".
                (directory-files
-                directory 'full directory-files-no-dot-files-regexp))
-       (delete-directory-internal directory))))))
+                directory 'full directory-files-no-dot-files-regexp)))
+      (delete-directory-internal directory)))))
 
 (defun copy-directory (directory newname &optional keep-time parents)
   "Copy DIRECTORY to NEWNAME.  Both args must be strings.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]