emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113372: * test/automated/files.el: Stop "local vari


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113372: * test/automated/files.el: Stop "local variables" confusion.
Date: Thu, 11 Jul 2013 16:00:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113372
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-07-11 09:00:05 -0700
message:
  * test/automated/files.el: Stop "local variables" confusion.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/files.el        files.el-20120808073143-2ikns3brqscsycpr-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-07-11 15:58:15 +0000
+++ b/test/ChangeLog    2013-07-11 16:00:05 +0000
@@ -1,5 +1,7 @@
 2013-07-11  Glenn Morris  <address@hidden>
 
+       * automated/files.el: Stop "local variables" confusion.
+
        * automated/flymake-tests.el (flymake-tests): Remove unused group.
 
        * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):

=== modified file 'test/automated/files.el'
--- a/test/automated/files.el   2013-02-03 08:55:45 +0000
+++ b/test/automated/files.el   2013-07-11 16:00:05 +0000
@@ -146,4 +146,7 @@
              (should (file-test--do-local-variables-test str subtest))))))
     (ad-disable-advice 'hack-local-variables-confirm 'around 'files-test)))
 
+;; Stop the above "Local Var..." confusing Emacs.
+
+
 ;;; files.el ends here


reply via email to

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