]> git.eshelyaron.com Git - emacs.git/commitdiff
(check-ispell-version): No need to bind
authorKarl Heuer <kwzh@gnu.org>
Thu, 1 Oct 1998 19:23:42 +0000 (19:23 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 1 Oct 1998 19:23:42 +0000 (19:23 +0000)
default-major-mode.

lisp/textmodes/ispell.el

index 09b3a4d40282498f28aa92a2c5148a97dab1d761..3ac18011d5a3a7c53a70d628c16c493c866b5c19 100644 (file)
@@ -1709,10 +1709,8 @@ scrolling the current window.  Leave the new window selected."
   ;; all versions, since versions earlier than 3.0.09 didn't identify
   ;; themselves on startup.
   (interactive "p")
-  (let (case-fold-search status
-       ;; avoid bugs when syntax of `.' changes in various default modes
-       (default-major-mode 'fundamental-mode)
-       (result t))
+  (let ((result t)
+       case-fold-search status)
     (save-excursion
       (set-buffer (get-buffer-create " *ispell-tmp*"))
       (setq case-fold-search t)