From: Richard M. Stallman Date: Thu, 4 Apr 2002 20:50:15 +0000 (+0000) Subject: (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table. X-Git-Tag: ttn-vms-21-2-B4~15782 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f436b1cbdb10edea957c83959abe0988535b985a;p=emacs.git (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 962a6cb058e..278bc50968b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-04-04 Richard M. Stallman + + * mail/mailabbrev.el (mail-abbrev-make-syntax-table): + Use (syntax-table), not old-syntax-table. + + * enriched.el (enriched-decode-foreground) + (enriched-decode-background): Don't call facemenu-get-face. + 2002-04-04 Mike Williams * textmodes/sgml-mode.el: Add missing require. diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 86201cf0d2a..493e508f145 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -408,7 +408,7 @@ of a mail alias. The value is set up, buffer-local, when first needed.") (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