Gnus development mailing list
 help / color / mirror / Atom feed
* 0.27: bogus error signalled due to gnus-make-directory
@ 1996-09-06 17:48 jeff (j.d.) sparkes
  0 siblings, 0 replies; only message in thread
From: jeff (j.d.) sparkes @ 1996-09-06 17:48 UTC (permalink / raw)


make-directory returns nil on success, but gnus-make-directory returns
t if the directory already exists.  This causes an error to be
signalled from gnus-score-save, and the updated scores aren't save.

*** /tmp/geta20276	Fri Sep  6 13:45:27 1996
--- gnus-util.el	Fri Sep  6 13:45:05 1996
***************
*** 540,546 ****
    "Make DIRECTORY (and all its parents) if it doesn't exist."
    (when (not (file-exists-p directory))
      (make-directory directory t)
!     t))
   
  (provide 'gnus-util)
  
--- 540,546 ----
    "Make DIRECTORY (and all its parents) if it doesn't exist."
    (when (not (file-exists-p directory))
      (make-directory directory t)
!     nil))
   
  (provide 'gnus-util)
  

-- 
Jeff Sparkes jsparkes@nortel.ca	  		Nortel, Ottawa (613)765-2503
"Egad Brain, you astound me!"  "I'm afraid I always will, Pinky."

--
Jeff Sparkes
jsparkes@nortel.ca    Nortel, Ottawa, Ontario, Canada 	613-765-2503


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-09-06 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-09-06 17:48 0.27: bogus error signalled due to gnus-make-directory jeff (j.d.) sparkes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).