17 Jul
2005
17 Jul
'05
3:27 p.m.
Another trivial patch. 2005-07-17 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de> * slime.el (slime-goto-location-buffer): Put "SLIME Source Form" buffer into Lisp mode. --- slime.el.~1.511.~ 2005-07-05 21:53:21.000000000 +0200 +++ slime.el 2005-07-17 17:25:03.000000000 +0200 @@ -4383,6 +4458,7 @@ ((:source-form string) (set-buffer (get-buffer-create "*SLIME Source Form*")) (erase-buffer) + (lisp-mode) (insert string) (goto-char (point-min))))) -- Matthias Koeppe -- http://www.math.uni-magdeburg.de/~mkoeppe