Mercurial > emacs
view lisp/obsolete/sc.el @ 90889:0df73c71020b
* w32font.c (QCsubranges): New symbol.
(w32font_open, w32font_has_char): Get subranges from subproperty
of extra.
(w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
(syms_of_w32font): Define :subranges symbol.
Reformat according to GNU standards.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 31 May 2007 16:20:30 +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