Mercurial > emacs
view lisp/obsolete/sc.el @ 47063:e239d6c210ed
2002-08-27 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Tue, 27 Aug 2002 18:49:52 +0000 |
parents | c0ba1d102e9d |
children | 695cf19ef79e d7ddb3e565de |
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) ;;; sc.el ends here