View | Details | Raw Unified | Return to bug 106703
Collapse All | Expand All

(-)packages.orig/xemacs-packages/ispell/ispell.el (-1 / +2 lines)
Lines 3463-3469 Link Here
3463
	(ispell-kill-ispell t)
3463
	(ispell-kill-ispell t)
3464
	(setq ispell-personal-dictionary ispell-local-pdict)))
3464
	(setq ispell-personal-dictionary ispell-local-pdict)))
3465
  ;; Reload if new dictionary defined.
3465
  ;; Reload if new dictionary defined.
3466
  (if (not (equal ispell-local-dictionary ispell-dictionary))
3466
  (if (and ispell-local-dictionary
3467
	   (not (equal ispell-local-dictionary ispell-dictionary)))
3467
      (ispell-change-dictionary ispell-local-dictionary)))
3468
      (ispell-change-dictionary ispell-local-dictionary)))
3468
3469
3469
3470

Return to bug 106703