to check if the match succeeded.
+2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
+
+ * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
+ to check if the match succeeded.
+
2000-12-02 Gerd Moellmann <gerd@gnu.org>
* startup.el (use-fancy-splash-screens-p): New function.
ispell-version))
(message result))
;; return library path.
- (re-search-forward "LIBDIR = \\\"\\([^ \t\n]*\\)\\\"" nil t)
- (if (match-beginning 0)
+ (if (re-search-forward "LIBDIR = \\\"\\([^ \t\n]*\\)\\\"" nil t)
(setq result (buffer-substring (match-beginning 1) (match-end 1)))))
(goto-char (point-min))
(if (not (memq status '(0 nil)))