]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-real-make-directory): Fix indentation.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:27:19 +0000 (05:27 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:27:19 +0000 (05:27 +0000)
lisp/ange-ftp.el

index 85e60e8a5a91fd3390869a1baf9a3d6f5728199b..97f16f562083777d2aae1fb9f4014e00ec671fde 100644 (file)
@@ -4165,7 +4165,7 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
         (defun ange-ftp-real-expand-file-name (&rest args)
           (ange-ftp-run-real-handler 'ange-ftp-real-expand-file-name-actual args)))
 (defun ange-ftp-real-expand-file-name (&rest args)
-      (ange-ftp-run-real-handler 'expand-file-name args)))
+  (ange-ftp-run-real-handler 'expand-file-name args)))
 (defun ange-ftp-real-make-directory (&rest args)
   (ange-ftp-run-real-handler 'make-directory args))
 (defun ange-ftp-real-delete-directory (&rest args)