+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.
(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