annotate lisp/mail/sc.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 67b464da13ec
children a19197c6442f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25841
Dave Love <fx@gnu.org>
parents:
diff changeset
1 ;;; sc.el --- old name for supercite
Dave Love <fx@gnu.org>
parents:
diff changeset
2
38414
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
3 ;; This file is part of GNU Emacs.
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
4
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
5 ;;; Commentary:
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
6
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
7 ;;; Code:
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
8
25841
Dave Love <fx@gnu.org>
parents:
diff changeset
9 (require 'supercite)
Dave Love <fx@gnu.org>
parents:
diff changeset
10 (provide 'sc)
Dave Love <fx@gnu.org>
parents:
diff changeset
11
38414
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
12 ;;; sc.el ends here