summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-04-12 22:24:37 +0200
committerStefan Husmann2016-04-12 22:24:37 +0200
commitc973922d058a43bef3e3881427f331412277afa3 (patch)
tree48956c98a1abf786bc1d32d9bff0e2916a71ae35
parent3e6ca7382de7126803995ac2a3d3355587bf4163 (diff)
downloadaur-c973922d058a43bef3e3881427f331412277afa3.tar.gz
Updated version (2.17.13.gc7726e0 -> 2.17.14.g0e1c822).
Changelog ========= * mit-scheme: use correct function for file load (0e1c822) mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9019e2afbaa..1615bb18a239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 21:52:07 UTC 2016
+# Tue Apr 12 20:24:37 UTC 2016
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.17.13.gc7726e0
+ pkgver = 2.17.14.g0e1c822
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index 47102bac6dc4..3a0815b1e0fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.17.13.gc7726e0
+pkgver=2.17.14.g0e1c822
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')