emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-fun.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-fun.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:37 -0400

Index: emacs/lisp/gnus/gnus-fun.el
diff -c emacs/lisp/gnus/gnus-fun.el:1.2.2.1 emacs/lisp/gnus/gnus-fun.el:1.2.2.2
*** emacs/lisp/gnus/gnus-fun.el:1.2.2.1 Thu Sep  9 09:36:25 2004
--- emacs/lisp/gnus/gnus-fun.el Tue Sep 21 09:34:08 2004
***************
*** 31,41 ****
--- 31,43 ----
  
  (defcustom gnus-x-face-directory (expand-file-name "x-faces" gnus-directory)
    "*Directory where X-Face PBM files are stored."
+   :version "21.4"
    :group 'gnus-fun
    :type 'directory)
  
  (defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface"
    "Command for converting a PBM to an X-Face."
+   :version "21.4"
    :group 'gnus-fun
    :type 'string)
  
***************
*** 43,48 ****
--- 45,51 ----
    "Command for converting an image to an X-Face.
  By default it takes a GIF filename and output the X-Face header data
  on stdout."
+   :version "21.4"
    :group 'gnus-fun
    :type 'string)
  
***************
*** 50,55 ****
--- 53,59 ----
    "Command for converting an image to an Face.
  By default it takes a JPEG filename and output the Face header data
  on stdout."
+   :version "21.4"
    :group 'gnus-fun
    :type 'string)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]