diff options
| author | Richard M. Stallman | 1997-08-27 17:39:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-27 17:39:44 +0000 |
| commit | af9944ea8b276c29af28ff4b0b4e46b331e47e0c (patch) | |
| tree | 292cfcc51ca79275338b775883bff5a6417c733a /lisp | |
| parent | 10db7efed03bf3120951eea9070383f12ef4f443 (diff) | |
| download | emacs-af9944ea8b276c29af28ff4b0b4e46b331e47e0c.tar.gz emacs-af9944ea8b276c29af28ff4b0b4e46b331e47e0c.zip | |
(sh-indent-line): Delete debugging code.
Diffstat (limited to 'lisp')
| -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 |