Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!sparky!uunet!stanford.edu!sun-barr!sh.wide!wnoc-tyo-news!etl.go.jp!handa
From: handa@etlken.etl.go.jp (Kenichi Handa)
Subject: Re: fatal error at copy-marker
In-Reply-To: ryo@human.human-system.co.jp's message of 10 Dec 92 05: 57:41 GMT
Message-ID: <HANDA.92Dec10203103@etlken.etl.go.jp>
Sender: news@etl.go.jp (News System)
Nntp-Posting-Host: etlken
Organization: Electrotechnical Lab., Japan.
References: <RYO.92Dec10145741@human.human-system.co.jp>
Distribution: fj
Date: Thu, 10 Dec 1992 11:31:03 GMT
Lines: 19
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:2749
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=2749&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.

In article <RYO.92Dec10145741@human.human-system.co.jp>
ryo@human.human-system.co.jp (Sakuma Ryo) writes:
>> (copy-marker 111)
>> $B$r(Beval $B$9$k$H(Bnemacs $B$,(Bcore$B$rEG$-$^$7$?!%(B

$B$3$l$O(B Nemacs $B$N%P%0$G$9!#0JA0!"(B
masukawa@sevax1.cse.canon.co.jp
$B$5$s$+$i(B
DEFUN ("copy-marker", Fcopy_marker, Scopy_marker, 1, 1, 0,
$B$NCf$r(B

  /* patch for point_type_marker by K.Handa 89.11.30 */
+   if (XTYPE (marker) == Lisp_Marker) /* 90.7.10 by masukawa  */
      XMARKER (new)->type = XMARKER (marker)->type;

$B$H=$@5$9$k$h$&$J%Q%C%A$r$$$?$@$-$^$7$?!#(B

$B!]!]!!$1$s$A$c$s!w#E#T#L(B
      handa@etl.go.jp
