view lisp/obsolete/sc.el @ 108212:41a25ee89427

New hook filter-buffer-substring-functions. * simple.el (with-wrapper-hook): Move. (buffer-substring-filters): Mark obsolete. (filter-buffer-substring-functions): New variable. (buffer-substring-filters): Use it. Remove unused arg `noprops'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 May 2010 01:56:30 -0400
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