summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-21 22:23:13 +0100
committerStefan Husmann2017-01-21 22:23:13 +0100
commit3a3f02b2d05e1f6dd2c7e701748e38d6f845d873 (patch)
tree78c3bd405056f25705cac62c9e4744eb7a5df01f
parent455190a30c7db264f38244d1098ac0de31c6276e (diff)
downloadaur-3a3f02b2d05e1f6dd2c7e701748e38d6f845d873.tar.gz
Updated version (2.18.32.g786c032a -> 2.18.33.gf2ea33ec).
Changelog ========= Correct the customization type of lisp-loop-body-forms-indentation (f2ea33ec) Adjust for changes in SBCL. (786c032a) Gitignore *.abcl (14f2502c) swank/match: remove ! from symbol names (764832dd) swank/abcl: improve source locations (30566b17) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c44) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110b) Fix enriched arglists on SBCL for sb-assem:inst. (7158a313) Remove call to ASDF::OPERATION-FORCED (#350) (2628a706) Don't reload contribs each time a lisp starts up. (bad2acf6) Added emacs-inspect for core:cxx-object (8c48d59c) Merge pull request #331 from fice-t/master (a478c198) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed056) clasp: use the new source location facility. (20e0c1d3) Remove slime-parse-extended-operator-name (da3f7de5) Add missing cl- prefixes to cl-lib functions (893a9630) Fix byte-compiler warnings (12bf3aa8) slime-repl: bind TAB to self-insert-command (a8a3dd88) Extend load-path with contribs sooner (3ea02047) sbcl: Record the package active during C-c C-c. (3fa0c690) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff8) Make calling slime-setup unnecessary (9055a7e5) README.md: "setup" is a noun, not a verb (fd438e9f) slime-version: check if we're opening slime.el (4af7d6ca) Improve source location handling for ACL >= 10.0 (9e84d408) CONTRIBUTING.md: add note about commit messages (33081cb3) Remove ChangeLog files (7f6610fc) Build contributors.texi using Git (6878037d) Use slime-version in slime-{banner,repl} (08a16704) Derive SWANK protocol version from slime-version (21ae13c6) Add slime-version variable (c4dc1692) Remove the slime-motd contrib (3902904d) README.md: change (setf slime-contribs) to slime-setup. (330877a6)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ab0ff9ecf63..14e34134c4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 16 23:23:29 UTC 2016
+# Sat Jan 21 21:23:13 UTC 2017
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.18.32.g786c032a
+ pkgver = 2.18.33.gf2ea33ec
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index fdfee37bdf15..fcb29bcb9adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.18.32.g786c032a
+pkgver=2.18.33.gf2ea33ec
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')