changeset 31731:37bf820388a2

(sh-search-word): Remove call to `debug'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 19 Sep 2000 16:02:51 +0000
parents 719a230f8091
children 422e0ad3418f
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))