From 71c90957bf6d537092d057b743d31e1fd2992f75 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Fri, 2 Dec 2011 04:00:32 +0000 Subject: Gnus: Update the header format of icon data for the most recent icontopbm program. --- lisp/gnus/compface.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/gnus/compface.el') diff --git a/lisp/gnus/compface.el b/lisp/gnus/compface.el index 2a2383777cb..e132f736269 100644 --- a/lisp/gnus/compface.el +++ b/lisp/gnus/compface.el @@ -42,7 +42,8 @@ or `faces-xface' and `netpbm' or `libgr-progs', for instance." 'delete '(t nil) nil)) (progn (goto-char (point-min)) - (insert "/* Width=48, Height=48 */\n") + (insert "/* Format_version=1, Width=48, Height=48, Depth=1,\ + Valid_bits_per_item=16 */\n") ;; I just can't get "icontopbm" to work correctly on its ;; own in XEmacs. And Emacs doesn't understand un-raw pbm ;; files. -- cgit v1.2.3