view lisp/obsolete/sc.el @ 110342:ba563485f83b

Close bug#6211. * lisp/menu-bar.el (menu-bar-options-save): Fix handling of menu-bar and tool-bar modes. (Bug#6211) (menu-bar-mode): Move setting of standard-value after the minor-mode definition, otherwise it seems to have no effect.
author Glenn Morris <rgm@gnu.org>
date Thu, 09 Sep 2010 20:04:26 -0700
parents ee22366f2a68
children
line wrap: on
line source

;;; sc.el --- old name for supercite

;; Maintainer: FSF

;; This file is part of GNU Emacs.

;;; Commentary:

;; This file has been obsolete since Emacs 21.1.

;;; Code:

(require 'supercite)
(provide 'sc)

(message "The name `sc' works but is obsolete; please use `supercite' instead")

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