Mercurial > emacs
view lisp/obsolete/sc.el @ 99958:42c2049ff2f6
(forward-sexp, backward-sexp, mark-sexp)
(forward-list, backward-list, down-list, backward-up-list)
(up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
(insert-pair, insert-parentheses): State that the
command assumes that point is not in a string or comment.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Wed, 26 Nov 2008 10:30:53 +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