emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Thu, 03 Feb 2005 11:19:20 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.155 
emacs/lisp/textmodes/ispell.el:1.156
*** emacs/lisp/textmodes/ispell.el:1.155        Mon Jan 31 11:54:10 2005
--- emacs/lisp/textmodes/ispell.el      Thu Feb  3 16:19:19 2005
***************
*** 1,6 ****
  ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
  
! ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free 
Software Foundation, Inc.
  
  ;; Author:           Ken Stevens <address@hidden>
  ;; Maintainer:       Ken Stevens <address@hidden>
--- 1,7 ----
  ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
  
! ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
! ;;           Free Software Foundation, Inc.
  
  ;; Author:           Ken Stevens <address@hidden>
  ;; Maintainer:       Ken Stevens <address@hidden>
***************
*** 2449,2455 ****
    "Update the dictionary actually used by Ispell.
  This may kill the Ispell process; if so,
  a new one will be started when needed."
!   (let ((dict (or ispell-local-dictionary ispell-dictionary "default")))
      (unless (equal ispell-current-dictionary dict)
        (setq ispell-current-dictionary dict)
        (ispell-kill-ispell t))))
--- 2450,2456 ----
    "Update the dictionary actually used by Ispell.
  This may kill the Ispell process; if so,
  a new one will be started when needed."
!   (let ((dict (or ispell-local-dictionary ispell-dictionary)))
      (unless (equal ispell-current-dictionary dict)
        (setq ispell-current-dictionary dict)
        (ispell-kill-ispell t))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]