emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115266: * automated/file-notify-tests.el (auto-reve


From: Michael Albinus
Subject: [Emacs-diffs] trunk r115266: * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
Date: Thu, 28 Nov 2013 16:14:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115266
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2013-11-28 17:14:13 +0100
message:
  * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
  Set to nil.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/file-notify-tests.el 
filenotifytests.el-20130702144123-sxglvo6zs3jcj8w1-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-11-27 14:23:32 +0000
+++ b/test/ChangeLog    2013-11-28 16:14:13 +0000
@@ -1,3 +1,8 @@
+2013-11-28  Michael Albinus  <address@hidden>
+
+       * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
+       Set to nil.
+
 2013-11-27  Michael Albinus  <address@hidden>
 
        * automated/file-notify-tests.el

=== modified file 'test/automated/file-notify-tests.el'
--- a/test/automated/file-notify-tests.el       2013-11-27 14:23:32 +0000
+++ b/test/automated/file-notify-tests.el       2013-11-28 16:14:13 +0000
@@ -232,9 +232,10 @@
 (file-notify--deftest-remote file-notify-test02-events
   "Check file creation/removal notifications for remote files.")
 
-;; autorevert runs only in interactive mode.
 (defvar auto-revert-remote-files)
-(setq auto-revert-remote-files t)
+(defvar auto-revert-stop-on-user-input)
+(setq auto-revert-remote-files t
+      auto-revert-stop-on-user-input nil)
 (require 'autorevert)
 
 (ert-deftest file-notify-test03-autorevert ()


reply via email to

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