# HG changeset patch # User Richard M. Stallman # Date 1017953290 0 # Node ID 6ae0e3db6a85176c9456834ef19be2cabbb21b5a # Parent 4c958bb71cb6f394ea7275cf215c57a3610298ea (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table. diff -r 4c958bb71cb6 -r 6ae0e3db6a85 lisp/mail/mailabbrev.el --- a/lisp/mail/mailabbrev.el Thu Apr 04 20:46:55 2002 +0000 +++ b/lisp/mail/mailabbrev.el Thu Apr 04 20:48:10 2002 +0000 @@ -408,7 +408,7 @@ (defun mail-abbrev-make-syntax-table () (make-local-variable 'mail-abbrev-syntax-table) (unless mail-abbrev-syntax-table - (let ((tab (copy-syntax-table old-syntax-table)) + (let ((tab (copy-syntax-table (syntax-table))) (_ (aref (standard-syntax-table) ?_)) (w (aref (standard-syntax-table) ?w))) (map-char-table