Mercurial > emacs
changeset 44393:6ae0e3db6a85
(mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Apr 2002 20:48:10 +0000 |
parents | 4c958bb71cb6 |
children | 6821b8f374fa |
files | lisp/mail/mailabbrev.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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