annotate lisp/obsolete/sc.el @ 90439:fb253905e9c3
* font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved from
ftfont.c.
(font_unparse_xlfd): Fix argument type declaration. Append "*" if
registry doesn't specify encoding part.
(font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
(font_open_by_name): At first try parsing the name.
(syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
as Lisp symbols.
author |
Kenichi Handa <handa@m17n.org> |
date |
Fri, 09 Jun 2006 02:14:31 +0000 |
parents |
68c22ea6027c |
children |
|
rev |
line source |
38823
|
1 ;;; sc.el --- old name for supercite
|
|
2
|
|
3 ;; Maintainer: FSF
|
|
4
|
|
5 ;; This file is part of GNU Emacs.
|
|
6
|
|
7 ;;; Commentary:
|
|
8
|
|
9 ;;; Code:
|
|
10
|
|
11 (require 'supercite)
|
|
12 (provide 'sc)
|
|
13
|
89909
|
14 (message "The name `sc' works but is obsolete; please use `supercite' instead")
|
|
15
|
|
16 ;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece
|
38823
|
17 ;;; sc.el ends here
|