/[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.30 by eliz, Mon Dec 24 16:52:50 2001 UTC revision 1.30.4.1 by miles, Fri Apr 4 06:20:37 2003 UTC
# Line 1  Line 1 
1  ;;; internal.el --- support for PC internal terminal -*- coding: raw-text; -*-  ;;; internal.el --- support for PC internal terminal -*- coding: raw-text; no-byte-compile: t -*-
2    
3  ;; Copyright (C) 1993, 1994, 1998, 1999, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1993, 1994, 1998, 1999, 2001 Free Software Foundation, Inc.
4    
# 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.30  
changed lines
  Added in v.1.30.4.1

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