diff options
| author | Dmitry Gutov | 2013-06-27 13:30:37 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2013-06-27 13:30:37 +0400 |
| commit | 10a2da6ea4bb53fbe345ffe572e032621fc7e3e8 (patch) | |
| tree | 7c6930ef5537393088b12154a3f2a0daa61174b4 | |
| parent | 9ea5cf9fbd3c27ec743b6c42f64205054c8a130f (diff) | |
| download | emacs-10a2da6ea4bb53fbe345ffe572e032621fc7e3e8.tar.gz emacs-10a2da6ea4bb53fbe345ffe572e032621fc7e3e8.zip | |
* test/automated/package-x-test.el: Change the commentary.
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rwxr-xr-x | test/automated/package-x-test.el | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c556a65e05c..b939778255d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/package-x-test.el: Change the commentary. | ||
| 4 | |||
| 1 | 2013-06-27 Daniel Hackney <dan@haxney.org> | 5 | 2013-06-27 Daniel Hackney <dan@haxney.org> |
| 2 | 6 | ||
| 3 | * automated/Makefile.in (setwins): Include the 'data' subdirectory. | 7 | * automated/Makefile.in (setwins): Include the 'data' subdirectory. |
diff --git a/test/automated/package-x-test.el b/test/automated/package-x-test.el index c4923fc7d0a..dbb8f6404aa 100755 --- a/test/automated/package-x-test.el +++ b/test/automated/package-x-test.el | |||
| @@ -22,9 +22,9 @@ | |||
| 22 | 22 | ||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; Run this from a separate Emacs instance from your main one as it | 25 | ;; You may want to run this from a separate Emacs instance from your |
| 26 | ;; messes with the package archive files. In fact, it wouldn't be a | 26 | ;; main one, because a bug in the code below could mess with your |
| 27 | ;; bad idea to back up your whole package archive before testing! | 27 | ;; installed packages. |
| 28 | 28 | ||
| 29 | ;; Run this in a clean Emacs session using: | 29 | ;; Run this in a clean Emacs session using: |
| 30 | ;; | 30 | ;; |