comparison lisp/language/lao-util.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 0d8b17d428b5
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- 1 ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*-
2 2
3 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 2001 Free Software Foundation, Inc.
4 ;; Licensed to the Free Software Foundation. 4 ;; Copyright (C) 1997, 1998, 1999, 2000
5 ;; Copyright (C) 2001 Free Software Foundation, Inc. 5 ;; National Institute of Advanced Industrial Science and Technology (AIST)
6 ;; Registration Number H14PRO021
6 7
7 ;; Keywords: multilingual, Lao 8 ;; Keywords: multilingual, Lao
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
10 11
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
20 21
21 ;; You should have received a copy of the GNU General Public License 22 ;; 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 the 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02110-1301, USA.
25 26
26 ;;; Commentary: 27 ;;; Commentary:
27 28
28 ;;; Code: 29 ;;; Code:
29 30
613 (compose-region (match-beginning 0) (point)))))) 614 (compose-region (match-beginning 0) (point))))))
614 615
615 ;; 616 ;;
616 (provide 'lao-util) 617 (provide 'lao-util)
617 618
619 ;;; arch-tag: 1f828781-3cb8-4695-88af-8f33222338ce
618 ;;; lao-util.el ends here 620 ;;; lao-util.el ends here