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

Diff of /guile/guile-core/lang/elisp/internals/set.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 set)
2      #:use-module (lang elisp internals evaluation)
3      #:use-module (lang elisp internals signal)
4      #:export (set))
5    
6    ;; Set SYM's variable value to VAL, and return VAL.
7    (define (set sym val)
8      (module-define! the-elisp-module sym val)
9      val)

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