view lisp/obsolete/sc.el @ 112079:492307508262

Fix bug #7662 with aligning key bindings equivalent to menu items. keyboard.c (parse_menu_item): Prepend " " to the key sequence equivalent of a menu item when the key sequence is given by the `:keys' attribute.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 25 Dec 2010 19:19:57 +0200
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