emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116310: Remove superfluous argument.


From: Michael Albinus
Subject: [Emacs-diffs] trunk r116310: Remove superfluous argument.
Date: Fri, 07 Feb 2014 15:56:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116310
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 16:56:15 +0100
message:
  Remove superfluous argument.
modified:
  test/automated/tramp-tests.el  tramptests.el-20131105142319-d9zp3oprkpxj5v1e-1
=== modified file 'test/automated/tramp-tests.el'
--- a/test/automated/tramp-tests.el     2014-02-07 15:47:18 +0000
+++ b/test/automated/tramp-tests.el     2014-02-07 15:56:15 +0000
@@ -1153,7 +1153,7 @@
        (default-directory tramp-test-temporary-file-directory))
     (unwind-protect
        (with-temp-buffer
-         (write-region "foo" nil tmp-name nil)
+         (write-region "foo" nil tmp-name)
          (should (file-exists-p tmp-name))
          (shell-command
           (format "ls %s" (file-name-nondirectory tmp-name)) (current-buffer))
@@ -1164,7 +1164,7 @@
 
     (unwind-protect
         (with-temp-buffer
-          (write-region "foo" nil tmp-name nil)
+          (write-region "foo" nil tmp-name)
          (should (file-exists-p tmp-name))
           (async-shell-command
           (format "ls %s" (file-name-nondirectory tmp-name)) (current-buffer))


reply via email to

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