diff options
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
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 |