From 3c0261ed16048227b4f4f16254202284889592f6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 19 Sep 2000 16:02:51 +0000 Subject: [PATCH] (sh-search-word): Remove call to `debug'. --- lisp/progmodes/sh-script.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.2