aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-27 17:39:44 +0000
committerRichard M. Stallman1997-08-27 17:39:44 +0000
commitaf9944ea8b276c29af28ff4b0b4e46b331e47e0c (patch)
tree292cfcc51ca79275338b775883bff5a6417c733a
parent10db7efed03bf3120951eea9070383f12ef4f443 (diff)
downloademacs-af9944ea8b276c29af28ff4b0b4e46b331e47e0c.tar.gz
emacs-af9944ea8b276c29af28ff4b0b4e46b331e47e0c.zip
(sh-indent-line): Delete debugging code.
-rw-r--r--lisp/progmodes/sh-script.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 3e2e2d8d849..99869db0bdd 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -942,7 +942,6 @@ Lines containing only comments are considered empty."
942 (eq (following-char) ?#))))) 942 (eq (following-char) ?#)))))
943 (current-column))) 943 (current-column)))
944 current) 944 current)
945 (debug)
946 (save-excursion 945 (save-excursion
947 (indent-to (if (eq this-command 'newline-and-indent) 946 (indent-to (if (eq this-command 'newline-and-indent)
948 previous 947 previous