Mercurial > hg > xemacs-beta
diff src/file-coding.c @ 5120:d1247f3cc363 ben-lisp-object
latest work on lisp-object workspace;
more changes eliminating LCRECORD in place of LISP_OBJECT;
now compiles and runs.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 28 Dec 2009 01:15:52 -0600 |
parents | e0db3c197671 |
children | 623d57b7fbe8 |
line wrap: on
line diff
--- a/src/file-coding.c Sat Dec 26 21:22:48 2009 -0600 +++ b/src/file-coding.c Mon Dec 28 01:15:52 2009 -0600 @@ -1459,7 +1459,7 @@ { Lisp_Coding_System *to = XCODING_SYSTEM (new_coding_system); Lisp_Coding_System *from = XCODING_SYSTEM (old_coding_system); - COPY_SIZED_LCRECORD (to, from, sizeof_coding_system (from)); + COPY_SIZED_LISP_OBJECT (to, from, sizeof_coding_system (from)); to->name = new_name; } return new_coding_system;