aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTino Calancha2016-12-08 13:46:25 +0900
committerTino Calancha2016-12-08 13:46:25 +0900
commitaf96803459cb777fa4528e02bd0f60c1d502638f (patch)
treeb9b157550cdb66521046126ed63e141c70b1a526 /test
parent2766c607b0b0d201be5b9b1d5eb291415e5980d8 (diff)
downloademacs-af96803459cb777fa4528e02bd0f60c1d502638f.tar.gz
emacs-af96803459cb777fa4528e02bd0f60c1d502638f.zip
Fix Bug#24962
* lisp/buff-menu.el (list-buffers--refresh): List buffers with name starting with " " if they visit a file. * test/lisp/buff-menu-tests.el (buff-menu-24962): Update test result as pass.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/buff-menu-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/buff-menu-tests.el b/test/lisp/buff-menu-tests.el
index c55dc8128bc..133a4f67a9c 100644
--- a/test/lisp/buff-menu-tests.el
+++ b/test/lisp/buff-menu-tests.el
@@ -27,7 +27,6 @@
27 27
28(ert-deftest buff-menu-24962 () 28(ert-deftest buff-menu-24962 ()
29 "Test for http://debbugs.gnu.org/24962 ." 29 "Test for http://debbugs.gnu.org/24962 ."
30 :expected-result :failed
31 (let ((file (expand-file-name "foo" temporary-file-directory)) 30 (let ((file (expand-file-name "foo" temporary-file-directory))
32 buf) 31 buf)
33 (unwind-protect 32 (unwind-protect