diff options
author | Chong Yidong <cyd@gnu.org> | 2012-08-20 00:19:05 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-20 00:19:05 +0800 |
commit | 450809af98c857e5161aa28f31871e52a22dacad (patch) | |
tree | 156c14718baa8be7dd9f866af3b959e33eb8be38 /test/redisplay-testsuite.el | |
parent | 6b1319cec2cc1753ca527533f78fe45069342dfa (diff) | |
download | emacs-450809af98c857e5161aa28f31871e52a22dacad.tar.gz |
* 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/redisplay-testsuite.el')
-rw-r--r-- | test/redisplay-testsuite.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 (let ((buf (get-buffer "*Redisplay Test*"))) (if buf (kill-buffer buf)) - (pop-to-buffer (get-buffer-create "*Redisplay Test*")) + (switch-to-buffer (get-buffer-create "*Redisplay Test*")) (erase-buffer) (setq buffer-invisibility-spec '(test-redisplay--simple-invis |