From: Ian Kelling Date: Sun, 10 May 2015 20:24:56 +0000 (-0700) Subject: Merge pull request #4 from syl20bnr/master X-Git-Url: https://iankelling.org/git/?p=spray;a=commitdiff_plain;h=2bf8adc2e3392716343b4c942a1737ff33f79df5;hp=70bf09465080294835afd09780b055d206ff0065 Merge pull request #4 from syl20bnr/master Call (spray-quit) instead of (spray-mode -1) --- diff --git a/spray.el b/spray.el index 90cbdf3..8fa8bce 100644 --- a/spray.el +++ b/spray.el @@ -270,7 +270,7 @@ decreasing by one for each subsequent word." (t (widen) (if (eobp) - (spray-mode -1) + (spray-quit) (when (not (zerop spray--first-words)) (setq spray--initial-delay spray--first-words) (setq spray--first-words (1- spray--first-words)))