comparison lisp/gnus/gnus-ems.el @ 93755:851c4b94b564

(mm-disable-multibyte): Autoload it.
author Glenn Morris <rgm@gnu.org>
date Sat, 05 Apr 2008 21:31:31 +0000
parents 2ca2b5f1a567
children 1e3a407766b9
comparison
equal deleted inserted replaced
93754:049a94319334 93755:851c4b94b564
160 (defun gnus-mark-active-p () 160 (defun gnus-mark-active-p ()
161 "Non-nil means the mark and region are currently active in this buffer." 161 "Non-nil means the mark and region are currently active in this buffer."
162 mark-active) ; aliased to region-exists-p in XEmacs. 162 mark-active) ; aliased to region-exists-p in XEmacs.
163 163
164 (autoload 'gnus-alive-p "gnus-util") 164 (autoload 'gnus-alive-p "gnus-util")
165 (autoload 'mm-disable-multibyte "mm-util")
165 166
166 (defun gnus-x-splash () 167 (defun gnus-x-splash ()
167 "Show a splash screen using a pixmap in the current buffer." 168 "Show a splash screen using a pixmap in the current buffer."
168 (interactive) 169 (interactive)
169 (unless window-system 170 (unless window-system