comparison lisp/international/fontset.el @ 38414:67b464da13ec

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 19:53:53 +0000
parents dbd54e46ee03
children 4f3033e5b688
comparison
equal deleted inserted replaced
38413:a26d9b55abb6 38414:67b464da13ec
1 ;;; fontset.el --- Commands for handling fontset. 1 ;;; fontset.el --- commands for handling fontset
2 2
3 ;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation. 4 ;; Licensed to the Free Software Foundation.
5 5
6 ;; Keywords: mule, multilingual, fontset 6 ;; Keywords: mule, multilingual, fontset
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
24 26
25 ;;; Code: 27 ;;; Code:
26 28
27 ;; Set standard fontname specification of characters in the default 29 ;; Set standard fontname specification of characters in the default
28 ;; fontset to find an appropriate font for each charset. This is used 30 ;; fontset to find an appropriate font for each charset. This is used