/[guile]/guile/guile-core/lang/elisp/internals/evaluation.scm
ViewVC logotype

Diff of /guile/guile-core/lang/elisp/internals/evaluation.scm

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

revision 1.1 by ossau, Fri Oct 26 16:42:43 2001 UTC revision 1.2 by ossau, Tue Jan 22 23:46:01 2002 UTC
# Line 0  Line 1 
1    (define-module (lang elisp internals evaluation)
2      #:export (the-elisp-module))
3    
4    ;;;; {Elisp Evaluation}
5    
6    ;;;; All elisp evaluation happens within the same module - namely
7    ;;;; (lang elisp base).  This is necessary both because elisp itself
8    ;;;; has no concept of different modules - reflected for example in
9    ;;;; its single argument `eval' function - and because Guile's current
10    ;;;; implementation of elisp stores elisp function definitions in
11    ;;;; slots in global symbol objects.
12    
13    (define the-elisp-module (resolve-module '(lang elisp base)))

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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