emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/internal.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/internal.el
Date: Fri, 04 Apr 2003 01:23:03 -0500

Index: emacs/lisp/term/internal.el
diff -c emacs/lisp/term/internal.el:1.31 emacs/lisp/term/internal.el:1.32
*** emacs/lisp/term/internal.el:1.31    Tue Oct  1 13:02:24 2002
--- emacs/lisp/term/internal.el Tue Feb  4 08:28:06 2003
***************
*** 626,632 ****
        ;; which are supported on all platforms.)
        (let* ((i 128)
             (modify (function
!                     (lambda (ch sy) 
                        (modify-syntax-entry ch sy text-mode-syntax-table)
                        (if (boundp 'tex-mode-syntax-table)
                            (modify-syntax-entry ch sy tex-mode-syntax-table))
--- 626,632 ----
        ;; which are supported on all platforms.)
        (let* ((i 128)
             (modify (function
!                     (lambda (ch sy)
                        (modify-syntax-entry ch sy text-mode-syntax-table)
                        (if (boundp 'tex-mode-syntax-table)
                            (modify-syntax-entry ch sy tex-mode-syntax-table))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]