summaryrefslogtreecommitdiff
path: root/test/indent
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-10-29 11:14:10 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-10-29 11:14:10 -0400
commitd7f9cc85284bc159166d1c600100b0080bfad494 (patch)
treee855d25fbf767c3c97c74950e31761b1bfdd01c4 /test/indent
parentc606253cb5849ad04282b2f116e79963abdcea9d (diff)
downloademacs-d7f9cc85284bc159166d1c600100b0080bfad494.tar.gz
* 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/indent')
-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 () {
case $toto in
a) echo 1;; b) echo 2;;
- c) echo 3;;
+ (c)
+ echo 3;;
+ d)
+ echo 3;;
esac
case $as_nl`(ac_space=' '; set) 2>&1` in #(