annotate lisp/obsolete/sc.el @ 108288:89e25734c87b

Synch with Gnus trunk. * mail/binhex.el (binhex-decode-region-internal) * mail/uudecode.el (uudecode-decode-region-internal) * net/dns.el (dns-read-string-name, dns-write, dns-read) (dns-read-type, dns-query) * pgg-parse.el (pgg-parse-armor) * pgg.el (pgg-verify-region) * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for XEmacs. * net/imap.el (imap-disable-multibyte): Redefine them as a macro. * nnweb.el (nnweb-gmane-search) * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for XEmacs. * gnus-art.el (gnus-article-browse-html-parts) * gnus-group.el (gnus-read-ephemeral-gmane-group) (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of make-temp-file. * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook, gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when compiling. * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook, gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for XEmacs when compiling. * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and gnus-pick-mode-off-hook for XEmacs when compiling. (gnus-binary-mode): Bind gnus-binary-mode-on-hook and gnus-binary-mode-off-hook for XEmacs when compiling. * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return nil if char-charset is not available. * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as a macro. * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string instead of encode-coding-string. * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep 'xemacs) instead of mm-emacs-mule to switch function definitions. (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 07 May 2010 07:01:10 +0000
parents ee22366f2a68
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38823
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
1 ;;; sc.el --- old name for supercite
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
2
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
3 ;; Maintainer: FSF
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
4
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
5 ;; This file is part of GNU Emacs.
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
6
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
7 ;;; Commentary:
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
8
94000
ee22366f2a68 Add a comment giving version of obsolescence.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
9 ;; This file has been obsolete since Emacs 21.1.
ee22366f2a68 Add a comment giving version of obsolescence.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
10
38823
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
11 ;;; Code:
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
12
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
13 (require 'supercite)
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
14 (provide 'sc)
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
15
53416
2b737d6ca0d7 Display message that this file is obsolete.
Richard M. Stallman <rms@gnu.org>
parents: 52401
diff changeset
16 (message "The name `sc' works but is obsolete; please use `supercite' instead")
2b737d6ca0d7 Display message that this file is obsolete.
Richard M. Stallman <rms@gnu.org>
parents: 52401
diff changeset
17
93975
1e3a407766b9 Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 53416
diff changeset
18 ;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece
38823
c0ba1d102e9d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
19 ;;; sc.el ends here