Index: emacs/lisp/gnus/gnus-fun.el
diff -c emacs/lisp/gnus/gnus-fun.el:1.7 emacs/lisp/gnus/gnus-fun.el:1.8
*** emacs/lisp/gnus/gnus-fun.el:1.7 Sat Aug 6 19:51:41 2005
--- emacs/lisp/gnus/gnus-fun.el Mon Sep 5 23:58:07 2005
***************
*** 54,60 ****
:type 'string)
(defcustom gnus-convert-image-to-face-command "djpeg %s | ppmnorm | pnmscale
-width 48 -height 48 | ppmquant %d | pnmtopng"
! "Command for converting an image to an Face.
By default it takes a JPEG filename and output the Face header data
on stdout."
:version "22.1"
--- 54,60 ----
:type 'string)
(defcustom gnus-convert-image-to-face-command "djpeg %s | ppmnorm | pnmscale
-width 48 -height 48 | ppmquant %d | pnmtopng"
! "Command for converting an image to a Face.
By default it takes a JPEG filename and output the Face header data
on stdout."
:version "22.1"
***************
*** 110,116 ****
;;;###autoload
(defun gnus-face-from-file (file)
! "Return an Face header based on an image file."
(interactive "fImage file name (by default JPEG): ")
(when (file-exists-p file)
(let ((done nil)
--- 110,116 ----
;;;###autoload
(defun gnus-face-from-file (file)
! "Return a Face header based on an image file."
(interactive "fImage file name (by default JPEG): ")
(when (file-exists-p file)
(let ((done nil)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs