Mercurial > emacs
view lisp/obsolete/sc.el @ 46550:8166be020c03
(compose_chars_in_text): Treat Lisp string contents
as const.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Fri, 19 Jul 2002 14:27:04 +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