comparison lisp/modes/eiffel3.el @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 25f70ba0133c
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
1 ;;; $Id: eiffel3.el,v 1.1.1.1 1996/12/18 22:42:46 steve Exp $ 1 ;;; $Id: eiffel3.el,v 1.1.1.2 1996/12/21 20:47:49 steve Exp $
2 ;;;-------------------------------------------------------------------------- 2 ;;;--------------------------------------------------------------------------
3 ;;; TowerEiffel -- Copyright (c) 1993-1996 Tower Technology Corporation. 3 ;;; TowerEiffel -- Copyright (c) 1993-1996 Tower Technology Corporation.
4 ;;; All Rights Reserved. 4 ;;; All Rights Reserved.
5 ;;; 5 ;;;
6 ;;; Use, duplication, or disclosure is subject to restrictions as set forth 6 ;;; Use, duplication, or disclosure is subject to restrictions as set forth
1768 (modify-syntax-entry ?% "\\" table) 1768 (modify-syntax-entry ?% "\\" table)
1769 (modify-syntax-entry ?< "." table) 1769 (modify-syntax-entry ?< "." table)
1770 (modify-syntax-entry ?> "." table) 1770 (modify-syntax-entry ?> "." table)
1771 (modify-syntax-entry ?& "." table) 1771 (modify-syntax-entry ?& "." table)
1772 (modify-syntax-entry ?| "." table) 1772 (modify-syntax-entry ?| "." table)
1773 (modify-syntax-entry ?; "." table) 1773 (modify-syntax-entry ?\; "." table)
1774 (modify-syntax-entry ?: "." table) 1774 (modify-syntax-entry ?: "." table)
1775 (modify-syntax-entry ?! "." table) 1775 (modify-syntax-entry ?! "." table)
1776 (modify-syntax-entry ?. "." table) 1776 (modify-syntax-entry ?. "." table)
1777 (setq eiffel-mode-syntax-table table)) 1777 (setq eiffel-mode-syntax-table table))
1778 ) 1778 )