Mercurial > hg > xemacs-beta
comparison lisp/iso/iso-syntax.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
4 | 4 |
5 ;; Author: Howard Gayle | 5 ;; Author: Howard Gayle |
6 ;; Maintainer: FSF | 6 ;; Maintainer: FSF |
7 ;; Keywords: i18n | 7 ;; Keywords: i18n |
8 | 8 |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of XEmacs. |
10 | 10 |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 ;; XEmacs is free software; you can redistribute it and/or modify |
12 ;; it under the terms of the GNU General Public License as published by | 12 ;; it under the terms of the GNU General Public License as published by |
13 ;; the Free Software Foundation; either version 2, or (at your option) | 13 ;; the Free Software Foundation; either version 2, or (at your option) |
14 ;; any later version. | 14 ;; any later version. |
15 | 15 |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | 16 ;; XEmacs is distributed in the hope that it will be useful, |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 ;; GNU General Public License for more details. | 19 ;; GNU General Public License for more details. |
20 | 20 |
21 ;; You should have received a copy of the GNU General Public License | 21 ;; You should have received a copy of the GNU General Public License |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to | 22 ;; along with XEmacs; see the file COPYING. If not, write to the |
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
24 ;; Boston, MA 02111-1307, USA. | |
25 | |
26 ;;; Synched up with: FSF 19.34. | |
24 | 27 |
25 ;;; Commentary: | 28 ;;; Commentary: |
26 | 29 |
27 ;; Written by Howard Gayle. See case-table.el for details. | 30 ;; Written by Howard Gayle. See case-table.el for details. |
28 | 31 |
95 (set-case-syntax-pair 221 253 downcase) ; Y with acute accent | 98 (set-case-syntax-pair 221 253 downcase) ; Y with acute accent |
96 (set-case-syntax-pair 222 254 downcase) ; thorn, Icelandic | 99 (set-case-syntax-pair 222 254 downcase) ; thorn, Icelandic |
97 (set-case-syntax 223 "w" downcase) ; small sharp s, German | 100 (set-case-syntax 223 "w" downcase) ; small sharp s, German |
98 (set-case-syntax 247 "_" downcase) ; division sign | 101 (set-case-syntax 247 "_" downcase) ; division sign |
99 (set-case-syntax 255 "w" downcase) ; small y with diaeresis or umlaut mark | 102 (set-case-syntax 255 "w" downcase) ; small y with diaeresis or umlaut mark |
100 (set-standard-case-table downcase)) | 103 (set-standard-case-table downcase) |
104 ) | |
101 | 105 |
102 (provide 'iso-syntax) | 106 (provide 'iso-syntax) |
103 | 107 |
104 ;;; iso-syntax.el ends here | 108 ;;; iso-syntax.el ends here |