summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2015-11-11 19:12:51 +0100
committerStefan Husmann2015-11-11 19:12:51 +0100
commitcd678b0d95092973bfdaa3fcb767eb8dc25a7e3b (patch)
tree3e3f4b455b49192a0926525f6c819d8fccfd8309 /PKGBUILD
parent7b3b7048d7f259763f300759f3d4ad6a696fe16b (diff)
downloadaur-cd678b0d95092973bfdaa3fcb767eb8dc25a7e3b.tar.gz
Updated version (2.15.14.g8aa831c -> 2.15.20.gdd5b137).
Changelog ========= Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137) * swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890) * swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8) * contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c) * packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a) Complete symbols in locally-nicknamed packages (cd3979a) Fixed Typo (8aa831c) add significant whitespace to summary line (04cb810) Fixed documentation bugs for the mrepl contrib. (f80c997) Minor factorization. (66f0096) Mark some things as obsolete. (7549d5b) Fix a renaming issue. (e1505d9) Set completion-at-point-functions in slime-mode buffers. (77d0edb) * swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc) Fix github issue#273. (726e927) * slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e) Deal with SBCL's sb-c::comma-expr (6023626) Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1) Don't rebind TAB is slime-repl-mode. (f8cffb1) * swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d38591c1da2d..12afc2a2df56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.15.14.g8aa831c
+pkgver=2.15.20.gdd5b137
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')