diff options
| author | Chong Yidong | 2012-08-20 00:19:05 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-20 00:19:05 +0800 |
| commit | 450809af98c857e5161aa28f31871e52a22dacad (patch) | |
| tree | 156c14718baa8be7dd9f866af3b959e33eb8be38 /test | |
| parent | 6b1319cec2cc1753ca527533f78fe45069342dfa (diff) | |
| download | emacs-450809af98c857e5161aa28f31871e52a22dacad.tar.gz emacs-450809af98c857e5161aa28f31871e52a22dacad.zip | |
* src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends.
* test/redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
Fixes: debbugs:3874
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/redisplay-testsuite.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index cd7e9fd7ccc..c3183406ea2 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-19 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer. | ||
| 4 | |||
| 1 | 2012-08-18 Chong Yidong <cyd@gnu.org> | 5 | 2012-08-18 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874). | 7 | * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874). |
diff --git a/test/redisplay-testsuite.el b/test/redisplay-testsuite.el index 99924daa3d9..39f81a13c60 100644 --- a/test/redisplay-testsuite.el +++ b/test/redisplay-testsuite.el | |||
| @@ -260,7 +260,7 @@ static unsigned char x_bits[] = {0xff, 0x81, 0xbd, 0xa5, 0xa5, 0xbd, 0x81, 0xff | |||
| 260 | (let ((buf (get-buffer "*Redisplay Test*"))) | 260 | (let ((buf (get-buffer "*Redisplay Test*"))) |
| 261 | (if buf | 261 | (if buf |
| 262 | (kill-buffer buf)) | 262 | (kill-buffer buf)) |
| 263 | (pop-to-buffer (get-buffer-create "*Redisplay Test*")) | 263 | (switch-to-buffer (get-buffer-create "*Redisplay Test*")) |
| 264 | (erase-buffer) | 264 | (erase-buffer) |
| 265 | (setq buffer-invisibility-spec | 265 | (setq buffer-invisibility-spec |
| 266 | '(test-redisplay--simple-invis | 266 | '(test-redisplay--simple-invis |