[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/internal.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/internal.el |
Date: |
Tue, 04 Feb 2003 08:28:07 -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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/term/internal.el,
Juanma Barranquero <=