Mercurial > emacs
view lisp/obsolete/sc.el @ 104966:754f505b6d27
* progmodes/js.el (js--proper-indentation): Handle the case where
char-before is null. Reported by Deniz Dogan.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 12 Sep 2009 00:01:00 +0000 |
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