comparison lisp/textmodes/ispell.el @ 87649:107ccd98fa12

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
author Miles Bader <miles@gnu.org>
date Tue, 08 Jan 2008 20:46:54 +0000
parents 6a0c500ca3a9 dc100f64b2b7
children d77b6e5ee8af 606f2d163a64
comparison
equal deleted inserted replaced
87648:7ae99e295dfd 87649:107ccd98fa12
1 ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 1 ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
2 2
3 ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3 ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4 ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 ;; Author: Ken Stevens <k.stevens@ieee.org> 6 ;; Author: Ken Stevens <k.stevens@ieee.org>
7 ;; Maintainer: Ken Stevens <k.stevens@ieee.org> 7 ;; Maintainer: Ken Stevens <k.stevens@ieee.org>
8 ;; Stevens Mod Date: Mon Jan 7 12:32:44 PST 2003 8 ;; Stevens Mod Date: Mon Jan 7 12:32:44 PST 2003
9 ;; Stevens Revision: 3.6 9 ;; Stevens Revision: 3.6
1413 to calling \\[ispell-change-dictionary]. This variable is automatically 1413 to calling \\[ispell-change-dictionary]. This variable is automatically
1414 set when defined in the file with either `ispell-pdict-keyword' or the 1414 set when defined in the file with either `ispell-pdict-keyword' or the
1415 local variable syntax.") 1415 local variable syntax.")
1416 1416
1417 (make-variable-buffer-local 'ispell-local-pdict) 1417 (make-variable-buffer-local 'ispell-local-pdict)
1418 ;;;###autoload(put 'ispell-local-pdict 'safe-local-variable 'stringp)
1418 1419
1419 (defvar ispell-buffer-local-name nil 1420 (defvar ispell-buffer-local-name nil
1420 "Contains the buffer name if local word definitions were used. 1421 "Contains the buffer name if local word definitions were used.
1421 Ispell is then restarted because the local words could conflict.") 1422 Ispell is then restarted because the local words could conflict.")
1422 1423