*** mailabbrev.el.~1.63.~ Sat Feb 9 04:45:14 2002 --- mailabbrev.el Sat Feb 9 05:24:37 2002 *************** *** 418,424 **** (looking-at mail-abbrev-mode-regexp)) ;; ;; ...and are we in the headers? ! (< (point) (mail-header-end))))) (defvar mail-mode-abbrev-table) ; quiet the compiler --- 418,429 ---- (looking-at mail-abbrev-mode-regexp)) ;; ;; ...and are we in the headers? ! (< (point) ! (save-restriction ! (widen) ! (save-excursion ! (rfc822-goto-eoh) ! (point))))))) (defvar mail-mode-abbrev-table) ; quiet the compiler