/[emacs]/emacs/lisp/mail/mailabbrev.el
ViewVC logotype

Diff of /emacs/lisp/mail/mailabbrev.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by rms, Wed Apr 3 15:33:06 2002 UTC revision 1.67 by rms, Thu Apr 4 20:48:10 2002 UTC
# Line 408  of a mail alias.  The value is set up, b Line 408  of a mail alias.  The value is set up, b
408  (defun mail-abbrev-make-syntax-table ()  (defun mail-abbrev-make-syntax-table ()
409    (make-local-variable 'mail-abbrev-syntax-table)    (make-local-variable 'mail-abbrev-syntax-table)
410    (unless mail-abbrev-syntax-table    (unless mail-abbrev-syntax-table
411      (let ((tab (copy-syntax-table old-syntax-table))      (let ((tab (copy-syntax-table (syntax-table)))
412            (_ (aref (standard-syntax-table) ?_))            (_ (aref (standard-syntax-table) ?_))
413            (w (aref (standard-syntax-table) ?w)))            (w (aref (standard-syntax-table) ?w)))
414        (map-char-table        (map-char-table

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26