/[guile]/guile/guile-core/ice-9/deprecated.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/deprecated.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mvo, Sat May 3 21:34:23 2003 UTC revision 1.4 by mvo, Tue May 20 19:11:16 2003 UTC
# Line 161  Line 161 
161  (define (try-module-dynamic-link module-name)  (define (try-module-dynamic-link module-name)
162    (and (find-and-link-dynamic-module module-name)    (and (find-and-link-dynamic-module module-name)
163         (init-dynamic-module module-name)))         (init-dynamic-module module-name)))
164    
165    (define (list* . args)
166      (issue-deprecation-warning "'list*' is deprecated.  Use 'cons*' instead.")
167      (apply cons* args))

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26