[slime-devel] Patch: Put "SLIME Source Form" buffer into Lisp mode

Matthias Koeppe mkoeppe+slime at mail.math.uni-magdeburg.de
Sun Jul 17 15:27:34 UTC 2005


Another trivial patch.

2005-07-17  Matthias Koeppe  <mkoeppe at 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



More information about the slime-devel mailing list