diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/obsolete/sc.el | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8cce60e447..6c104c8fbe6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-08-15 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-15 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (DONTCOMPILE): Remove sc.el. | ||
| 4 | |||
| 3 | * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. | 5 | * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. |
| 4 | Don't include term/. | 6 | Don't include term/. |
| 5 | 7 | ||
diff --git a/lisp/obsolete/sc.el b/lisp/obsolete/sc.el new file mode 100644 index 00000000000..4c42fdce101 --- /dev/null +++ b/lisp/obsolete/sc.el | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | ;;; sc.el --- old name for supercite | ||
| 2 | |||
| 3 | ;; Maintainer: FSF | ||
| 4 | |||
| 5 | ;; This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | ;;; Commentary: | ||
| 8 | |||
| 9 | ;;; Code: | ||
| 10 | |||
| 11 | (require 'supercite) | ||
| 12 | (provide 'sc) | ||
| 13 | |||
| 14 | ;;; sc.el ends here | ||