* Fixed xaw.la and motif.la loading.

git-svn-id: svn://svn.zoy.org/elk/trunk@216 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-28 10:00:48 +00:00
parent 8eb3b6d06b
commit 97d78723a2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
(define widgets (if (feature? 'motif) 'motif 'xaw))
(require 'xlib)
(require 'xt.la (string->symbol (format #f "~a.la" widgets)))
(require (string->symbol (format #f "~a.la" widgets)))
(provide 'xwidgets)