view lisp/obsolete/sc.el @ 107089:d9f5c24a36cb

Make `initials' completion work for /hh -> /home/horn again (bug#5524). * minibuffer.el (completion-initials-expand): Only check the presence of delims *within* the boundaries, since otherwise the / delim is always found for files.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 04 Feb 2010 23:21:11 -0500
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