annotate lisp/obsolete/sc.el @ 91276:1d8d51129d26
(composition-function-table): Fix docstring.
(terminal-composition-function): Fix arguments.
(auto-compose-current-font): Delete it.
(auto-compose-chars): Adjusted for the change of
composition-function-table.
author |
Kenichi Handa <handa@m17n.org> |
date |
Tue, 25 Dec 2007 10:49:50 +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
|