Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 6bf268e8f42e6a8a9719c92ba684c6db > files > 2

emacs-slime-3.0-1.20130405.4.mga5.src.rpm

Index: slime.el
===================================================================
--- slime.el
+++ slime.el	2013-06-08 00:52:20.653955651 +0200
@@ -97,7 +97,8 @@
   (when (member 'lisp-mode slime-lisp-modes)
     (add-hook 'lisp-mode-hook 'slime-lisp-mode-hook))
   (setq slime-setup-contribs contribs)
-  (slime-setup-contribs))
+  (slime-setup-contribs)
+  (add-to-list 'load-path "/usr/share/emacs-slime/"))
 
 (defun slime-setup-contribs ()
   "Load and initialize contribs."
@@ -171,7 +172,7 @@
   :prefix "slime-"
   :group 'slime)
 
-(defcustom slime-backend "swank-loader.lisp"
+(defcustom slime-backend "/usr/share/emacs-slime/swank-loader.lisp"
   "The name of the Lisp file that loads the Swank server.
 This name is interpreted relative to the directory containing
 slime.el, but could also be set to an absolute filename."