comparison lisp/gnus/nneething.el @ 90127:30ad2795fdab

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 180-191) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 39-44) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 19 Mar 2005 02:42:17 +0000
parents cce1c0ee76ee 7503b2a24a3c
children 01137c1fdbe9
comparison
equal deleted inserted replaced
90126:8ee106ee2dc8 90127:30ad2795fdab
35 (require 'nnoo) 35 (require 'nnoo)
36 (require 'gnus-util) 36 (require 'gnus-util)
37 37
38 (nnoo-declare nneething) 38 (nnoo-declare nneething)
39 39
40 (defvoo nneething-map-file-directory "~/.nneething/" 40 (defvoo nneething-map-file-directory
41 (nnheader-concat gnus-directory ".nneething/")
41 "Where nneething stores the map files.") 42 "Where nneething stores the map files.")
42 43
43 (defvoo nneething-map-file ".nneething" 44 (defvoo nneething-map-file ".nneething"
44 "Name of the map files.") 45 "Name of the map files.")
45 46