# HG changeset patch # User Gerd Moellmann # Date 969379371 0 # Node ID 37bf820388a2ea6026814c14a436f2659c8681f1 # Parent 719a230f809130a0a4699723fe7861f0d12f7bd7 (sh-search-word): Remove call to `debug'. diff -r 719a230f8091 -r 37bf820388a2 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Tue Sep 19 15:50:54 2000 +0000 +++ b/lisp/progmodes/sh-script.el Tue Sep 19 16:02:51 2000 +0000 @@ -3353,7 +3353,6 @@ (let ((found nil) start state where match) (setq start (point)) - (debug) (while (and (not found) (re-search-forward word limit t)) (setq match (match-data))