diff lisp/mail/mailabbrev.el @ 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 5e64981e7abd
children c94319aaffb8
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