/[emacs]/emacs/lisp/term/internal.el
ViewVC logotype

Diff of /emacs/lisp/term/internal.el

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

revision 1.31 by lektu, Tue Oct 1 17:02:24 2002 UTC revision 1.32 by lektu, Tue Feb 4 13:28:06 2003 UTC
# Line 626  display tables, and the language environ Line 626  display tables, and the language environ
626        ;; which are supported on all platforms.)        ;; which are supported on all platforms.)
627        (let* ((i 128)        (let* ((i 128)
628               (modify (function               (modify (function
629                        (lambda (ch sy)                        (lambda (ch sy)
630                          (modify-syntax-entry ch sy text-mode-syntax-table)                          (modify-syntax-entry ch sy text-mode-syntax-table)
631                          (if (boundp 'tex-mode-syntax-table)                          (if (boundp 'tex-mode-syntax-table)
632                              (modify-syntax-entry ch sy tex-mode-syntax-table))                              (modify-syntax-entry ch sy tex-mode-syntax-table))

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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