]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-search-word): Remove call to
authorGerd Moellmann <gerd@gnu.org>
Tue, 19 Sep 2000 16:02:51 +0000 (16:02 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 19 Sep 2000 16:02:51 +0000 (16:02 +0000)
`debug'.

lisp/progmodes/sh-script.el

index 5f111fa3b9a99c48725a2e7e017478c54ba48553..08e0e1eec48b1b44950429b6747c18f4454e385f 100644 (file)
@@ -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))