diff options
| author | Glenn Morris | 2013-07-11 09:00:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-11 09:00:05 -0700 |
| commit | 709c6d2b1cdb80fc3a33a8493c01ba32a9eb3b42 (patch) | |
| tree | 6a6a064846be7e4c4614483e2fb788ef16665198 | |
| parent | 63cd50d4e2a6ff19c828a694adc0cc5d1ef5adb5 (diff) | |
| download | emacs-709c6d2b1cdb80fc3a33a8493c01ba32a9eb3b42.tar.gz emacs-709c6d2b1cdb80fc3a33a8493c01ba32a9eb3b42.zip | |
* test/automated/files.el: Stop "local variables" confusion.
| -rw-r--r-- | test/ChangeLog | 2 | ||||
| -rw-r--r-- | test/automated/files.el | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 926677212ba..1df70aecc66 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-07-11 Glenn Morris <rgm@gnu.org> | 1 | 2013-07-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/files.el: Stop "local variables" confusion. | ||
| 4 | |||
| 3 | * automated/flymake-tests.el (flymake-tests): Remove unused group. | 5 | * automated/flymake-tests.el (flymake-tests): Remove unused group. |
| 4 | 6 | ||
| 5 | * automated/icalendar-tests.el (icalendar-tests--do-test-cycle): | 7 | * automated/icalendar-tests.el (icalendar-tests--do-test-cycle): |
diff --git a/test/automated/files.el b/test/automated/files.el index f2d2192a420..8ce2ed7230c 100644 --- a/test/automated/files.el +++ b/test/automated/files.el | |||
| @@ -146,4 +146,7 @@ form.") | |||
| 146 | (should (file-test--do-local-variables-test str subtest)))))) | 146 | (should (file-test--do-local-variables-test str subtest)))))) |
| 147 | (ad-disable-advice 'hack-local-variables-confirm 'around 'files-test))) | 147 | (ad-disable-advice 'hack-local-variables-confirm 'around 'files-test))) |
| 148 | 148 | ||
| 149 | ;; Stop the above "Local Var..." confusing Emacs. | ||
| 150 | |||
| 151 | |||
| 149 | ;;; files.el ends here | 152 | ;;; files.el ends here |