Mercurial > emacs
view lisp/mail/sc.el @ 38425:c6e12c6b1498
Some fixes to follow coding conventions.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 16 Jul 2001 09:10:19 +0000 |
parents | 67b464da13ec |
children | a19197c6442f |
line wrap: on
line source
;;; sc.el --- old name for supercite ;; This file is part of GNU Emacs. ;;; Commentary: ;;; Code: (require 'supercite) (provide 'sc) ;;; sc.el ends here