diff options
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/ispell4.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index 04bd066bac8..c32eaf4447e 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -1,5 +1,8 @@ ;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3. +;; Maintainer: FSF +;; Last-Modified: 02 Jun 1992 + ;;Copyright (C) 1990, 1991 Free Software Foundation, Inc. ;; ;;This file is part of GNU Emacs. @@ -18,6 +21,8 @@ ;;along with GNU Emacs; see the file COPYING. If not, write to ;;the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Code: + (defvar ispell-have-new-look t "T if default 'look' program has the -r flag.") |