aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTino Calancha2017-08-02 00:01:45 +0900
committerTino Calancha2017-08-02 00:01:45 +0900
commitf74164a845eff579635da0a1267514ef9d040ad2 (patch)
treef5004f907dd54043d7188714161a4bb2f447f07e /test
parent21375a29ac9700810b90a34bd9825b1ca8f0c8e6 (diff)
downloademacs-f74164a845eff579635da0a1267514ef9d040ad2.tar.gz
emacs-f74164a845eff579635da0a1267514ef9d040ad2.zip
Fix misalignment in Dired when dired-directory is a cons
* lisp/dired.el (dired--need-align-p, dired--align-all-files): New defuns. (dired-internal-noselect): Call dired--align-all-files when dired-directory is a cons (Bug#27762). * test/lisp/dired-tests.el (dired-test-bug27762): Test should pass.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/dired-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el
index 8657910a496..047bfdcf71c 100644
--- a/test/lisp/dired-tests.el
+++ b/test/lisp/dired-tests.el
@@ -260,7 +260,6 @@
260 260
261(ert-deftest dired-test-bug27762 () 261(ert-deftest dired-test-bug27762 ()
262 "Test for http://debbugs.gnu.org/27762 ." 262 "Test for http://debbugs.gnu.org/27762 ."
263 :expected-result :failed
264 (require 'ls-lisp) 263 (require 'ls-lisp)
265 (let* ((dir source-directory) 264 (let* ((dir source-directory)
266 (default-directory dir) 265 (default-directory dir)