aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier2012-10-29 11:14:10 -0400
committerStefan Monnier2012-10-29 11:14:10 -0400
commitd7f9cc85284bc159166d1c600100b0080bfad494 (patch)
treee855d25fbf767c3c97c74950e31761b1bfdd01c4 /test
parentc606253cb5849ad04282b2f116e79963abdcea9d (diff)
downloademacs-d7f9cc85284bc159166d1c600100b0080bfad494.tar.gz
emacs-d7f9cc85284bc159166d1c600100b0080bfad494.zip
* lisp/vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
header comments". (diff-unified->context, diff-context->unified) (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
Diffstat (limited to 'test')
-rwxr-xr-xtest/indent/shell.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/indent/shell.sh b/test/indent/shell.sh
index 957fe74fdee..895a9325b7e 100755
--- a/test/indent/shell.sh
+++ b/test/indent/shell.sh
@@ -26,7 +26,10 @@ foo () {
26 26
27 case $toto in 27 case $toto in
28 a) echo 1;; b) echo 2;; 28 a) echo 1;; b) echo 2;;
29 c) echo 3;; 29 (c)
30 echo 3;;
31 d)
32 echo 3;;
30 esac 33 esac
31 34
32 case $as_nl`(ac_space=' '; set) 2>&1` in #( 35 case $as_nl`(ac_space=' '; set) 2>&1` in #(