Changeset 3863 for trunk/lisp/gnus/gnus-fun.el
- Timestamp:
- 09/10/05 10:16:00 (3 years ago)
- Files:
-
- trunk/lisp/gnus/gnus-fun.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/gnus/gnus-fun.el
r3809 r3863 55 55 56 56 (defcustom gnus-convert-image-to-face-command "djpeg %s | ppmnorm | pnmscale -width 48 -height 48 | ppmquant %d | pnmtopng" 57 "Command for converting an image to a nFace.57 "Command for converting an image to a Face. 58 58 By default it takes a JPEG filename and output the Face header data 59 59 on stdout." … … 111 111 ;;;###autoload 112 112 (defun gnus-face-from-file (file) 113 "Return a nFace header based on an image file."113 "Return a Face header based on an image file." 114 114 (interactive "fImage file name (by default JPEG): ") 115 115 (when (file-exists-p file)
