Mercurial > emacs
view lisp/obsolete/sc.el @ 91259:51863d34f0f1
(w32font_open): Remove debug code.
(w32font_match_internal, w32_font_open_internal): Remove experimental change.
Last checkin should have had the following comment:
(w32font_text_extents): Don't use the frame stored in the
font, as it may have been deleted.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 19 Dec 2007 22:27:46 +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