1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/texinfo
Andy Wingo 07e424b753 scm_i_program_properties is internal; just use procedure-properties
* libguile/programs.h:
* libguile/programs.c (scm_i_program_properties): Make internal.
  (scm_program_name): Use scm_i_program_properties.

* libguile/procprop.c (scm_procedure_properties): Use
  scm_i_program_properties, for programs.

* libguile/procs.c (scm_procedure_documentation): Use procedure-property
  to get to 'documentation, not program-property.

* module/system/vm/program.scm (program-properties, program-property):
  Remove from the exports list.
  (program-documentation): Use procedure-property.

* module/texinfo/reflection.scm (macro-arguments)
  (macro-additional-stexi)
  (object-stexi-documentation): Use procedure-property, not
  program-property.
2010-04-17 15:21:08 +02:00
..
docbook.scm import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00
html.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00
indexing.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00
plain-text.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00
reflection.scm scm_i_program_properties is internal; just use procedure-properties 2010-04-17 15:21:08 +02:00
serialize.scm import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00
string-utils.scm import statprof, sxml, and texinfo from guile-lib 2009-12-21 00:01:13 +01:00