]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-ems.el
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
[gnu-emacs] / lisp / gnus / gnus-ems.el
index 3a79e67801fd04f5406f15fbbc2128e2b1d0e0b9..bc85e4960d468a10e1acdf16f902b0f9f35f0633 100644 (file)
@@ -1,7 +1,6 @@
 ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen
 
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
 
 (defun gnus-put-image (glyph &optional string category)
   (let ((point (point)))
-    (insert-image glyph (or string "*"))
+    (insert-image glyph (or string " "))
     (put-text-property point (point) 'gnus-image-category category)
     (unless string
       (put-text-property (1- (point)) (point)