view lisp/obsolete/sc.el @ 52677:a4cf4569e557

(scheme-mode-variables): When setting `font-lock-defaults', also specify that "#" should be interpreted with `word' syntax. (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Tue, 30 Sep 2003 11:46:13 +0000
parents 695cf19ef79e
children 2b737d6ca0d7 375f2633d815
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)

;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece
;;; sc.el ends here