Mercurial > emacs
view lisp/obsolete/sc.el @ 90417:bf2bc4490b64
New args --enable-font-backend, --with-xft,
--with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 Jun 2006 03:53:23 +0000 |
parents | 68c22ea6027c |
children |
line wrap: on
line source
;;; sc.el --- old name for supercite ;; Maintainer: FSF ;; This file is part of GNU Emacs. ;;; Commentary: ;;; Code: (require 'supercite) (provide 'sc) (message "The name `sc' works but is obsolete; please use `supercite' instead") ;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece ;;; sc.el ends here