Mercurial > emacs
view lisp/obsolete/sc.el @ 38932:8328e5ca5f55
(Finsert_file_contents): Set coding's dest_multibyte
to 0 also in the REPLACE case.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 24 Aug 2001 08:34:50 +0000 |
parents | c0ba1d102e9d |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line source
;;; sc.el --- old name for supercite ;; Maintainer: FSF ;; This file is part of GNU Emacs. ;;; Commentary: ;;; Code: (require 'supercite) (provide 'sc) ;;; sc.el ends here