view lisp/mail/sc.el @ 38432:4bbb59858499

(set-variable): Require 'cus-edit' instead of `wid-edit', so that the Custom widgets get defined.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Jul 2001 11:52:56 +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