Newsgroups: fj.editor.emacs,fj.sources
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!wnoc-tyo-news!sh.wide!wnoc-kyo!kuis!kubotaj!kubotaj!kazushi
From: kazushi@kubota.co.jp (Kazushi (Jam) Marukawa)
Subject: jam-zcat.el-1.41 patch (Re: jam-zcat.el-1.40)
Organization: Computer Development Engineering Dept., Kubota Co.
Distribution: fj
Date: Tue, 29 Dec 1992 06:12:01 GMT
Message-ID: <KAZUSHI.92Dec29151206@shado.kubota.co.jp>
In-Reply-To: kazushi@kubota.co.jp's message of Tue, 22 Dec 1992 13:28:18 GMT
References: <KAZUSHI.92Dec22222821@shado.kubota.co.jp>
Sender: news@kubotaj.tt.kubota.co.jp (News System)
Nntp-Posting-Host: shado
Lines: 53
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:3400 fj.sources:2896
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=3400&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.


$B$I$&$b!"$+$:$7!w%/%\%?$G$9!#(B

$B$3$N4V(Bjam-zcat.el 1.40$B$r%]%9%H$7$?$N$G$9$,!"Cn$,8+IU$+$j$^$7$?!#$=$NE@$K$D(B
$B$$$F$N%Q%C%A$@$1$J$N$G$9$,!"7k9=CWL?E*$J$b$N$G$7$?$N$GN.$5$;$FD:$-$^$9!#(B

$B%P%0(B: load$B4X?t$K40A4$J%U%!%$%kL>$r;XDj$9$k$H!"%m!<%I$G$-$J$/$J$k!#(B
$B860x(B: loadablep$B$rCV$-49$($F!"(Bel.Z$B$J$I$b(Bload$B$G$-$k$h$&$K$7$F$$$?$N$@$,!"%P%0(B
      $B$,$"$C$?!#(B

$B%Q%C%A$O0J2<$NDL$j$G$9!#(B

$B%P%0>pJs$r4s$;$F2<$5$C$?>.Ln$5$s$H!"%P%0$N;XE&$r$7$F2<$5$C$?$R$m$;$5$s!"$I(B
$B$&$bM-Fq$&$4$6$$$^$7$?!#(B

-- $B$+$:$7(B

*** 1.401992/12/17 02:40:02
--- jam-zcat.el1992/12/29 03:48:15
***************
*** 2,8 ****
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;
  ;; File:         jam-zcat.el
! ;; RCS:          $Id: jam-zcat.el,v 1.40 1992/12/17 02:40:02 kazushi Exp $
  ;; Description:  simple file access through SOME PROGRAMS from GNU Emacs
  ;; Author:       Kazushi Jam Marukawa, kazushi@kubota.co.jp
  ;; Created:      Fri Jan  4 12:29:21 JST 1991
--- 2,8 ----
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;
  ;; File:         jam-zcat.el
! ;; RCS:          $Id: jam-zcat.el,v 1.41 1992/12/29 03:48:14 kazushi Exp $
  ;; Description:  simple file access through SOME PROGRAMS from GNU Emacs
  ;; Author:       Kazushi Jam Marukawa, kazushi@kubota.co.jp
  ;; Created:      Fri Jan  4 12:29:21 JST 1991
***************
*** 540,546 ****
      (throw 'exit (concat file ext))))
       (if nosuffix
   '(nil)
!        '(".elc" ".el" ".elc.Z" ".el.Z")))))
         load-path)
        nil)))
  
--- 540,546 ----
      (throw 'exit (concat file ext))))
       (if nosuffix
   '(nil)
!        '(".elc" ".el" ".elc.Z" ".el.Z" nil)))))
         load-path)
        nil)))
  
