diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-12-02 04:00:32 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-12-02 04:00:32 +0000 |
commit | 71c90957bf6d537092d057b743d31e1fd2992f75 (patch) | |
tree | 77b9fcfe05c60b9b5df0b594b50bcbd2db7e2c3c /lisp/gnus/compface.el | |
parent | e8087a7609a4a279b6b6cbca947e9d845c760a9e (diff) | |
download | emacs-71c90957bf6d537092d057b743d31e1fd2992f75.tar.gz emacs-71c90957bf6d537092d057b743d31e1fd2992f75.tar.bz2 emacs-71c90957bf6d537092d057b743d31e1fd2992f75.zip |
Gnus: Update the header format of icon data for the most recent icontopbm program.
Diffstat (limited to 'lisp/gnus/compface.el')
-rw-r--r-- | lisp/gnus/compface.el | 3 |
1 files changed, 2 insertions, 1 deletions
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. |