diff options
author | Kenichi Handa <handa@m17n.org> | 2011-12-05 16:03:31 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2011-12-05 16:03:31 +0900 |
commit | 2ab04b956544fc24132cee405f93c1a757ebca56 (patch) | |
tree | f8ff3a51bac0430ed69b6497568de699f6d3b904 /lisp/gnus/compface.el | |
parent | a79703f53ccd12623371263d93baf0d1be928ec7 (diff) | |
parent | 58a70b943c3efcc25e1396c8e67bc440c43a3f0a (diff) | |
download | emacs-2ab04b956544fc24132cee405f93c1a757ebca56.tar.gz |
merge trunk
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. |