From: Gerd Moellmann Date: Tue, 19 Sep 2000 16:02:51 +0000 (+0000) Subject: (sh-search-word): Remove call to X-Git-Tag: emacs-pretest-21.0.90~1515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c0261ed16048227b4f4f16254202284889592f6;p=emacs.git (sh-search-word): Remove call to `debug'. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 5f111fa3b9a..08e0e1eec48 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -3353,7 +3353,6 @@ The search may be limited by optional argument LIMIT." (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))