Mercurial > hg > xemacs-beta
comparison lisp/modes/eiffel3.el @ 6:27bc7f280385 r19-15b4
Import from CVS: tag r19-15b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:15 +0200 |
parents | ac2d302a0011 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
5:49b78a777eb4 | 6:27bc7f280385 |
---|---|
1 ;;; $Id: eiffel3.el,v 1.1.1.2 1996/12/18 03:44:36 steve Exp $ | 1 ;;; $Id: eiffel3.el,v 1.1.1.3 1996/12/18 04:03:07 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 ) |