[Twisted-Python] bad instructions in twisted emacs
Eric C. Newton
ecn at metaslash.com
Sun Jul 6 10:48:21 MDT 2003
TwistedEmacs-0.2.0
twisted-dev.el, line 5
;; (setq load-path (cons "path/to/TwistedEmacs"))
should be
;; (setq load-path (cons "path/to/TwistedEmacs" load-path))
-Eric
More information about the Twisted-Python
mailing list