comparison lisp/textmodes/=ispell4.el @ 792:45d748a65f24

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 06:28:10 +0000
parents cd00bdacc17b
children 213978acbc1e
comparison
equal deleted inserted replaced
791:203c23c9f22c 792:45d748a65f24
1 ;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3. 1 ;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3.
2
3 ;; Maintainer: FSF
4 ;; Last-Modified: 02 Jun 1992
2 5
3 ;;Copyright (C) 1990, 1991 Free Software Foundation, Inc. 6 ;;Copyright (C) 1990, 1991 Free Software Foundation, Inc.
4 ;; 7 ;;
5 ;;This file is part of GNU Emacs. 8 ;;This file is part of GNU Emacs.
6 ;; 9 ;;
15 ;;GNU General Public License for more details. 18 ;;GNU General Public License for more details.
16 ;; 19 ;;
17 ;;You should have received a copy of the GNU General Public License 20 ;;You should have received a copy of the GNU General Public License
18 ;;along with GNU Emacs; see the file COPYING. If not, write to 21 ;;along with GNU Emacs; see the file COPYING. If not, write to
19 ;;the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;;the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23
24 ;;; Code:
20 25
21 (defvar ispell-have-new-look t 26 (defvar ispell-have-new-look t
22 "T if default 'look' program has the -r flag.") 27 "T if default 'look' program has the -r flag.")
23 28
24 (defvar ispell-enable-tex-parser nil 29 (defvar ispell-enable-tex-parser nil