(mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.

This commit is contained in:
Richard M. Stallman 2002-04-04 20:50:15 +00:00
parent 938004b3c1
commit f436b1cbdb
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2002-04-04 Richard M. Stallman <rms@gnu.org>
* 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 <mdub@bigfoot.com>
* textmodes/sgml-mode.el: Add missing require.

View file

@ -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