summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-09-02 03:19:33 +0200
committerStefan Husmann2016-09-02 03:19:33 +0200
commit5aed691da0a1e73a3f3ff9520639074272ee6e52 (patch)
tree8d4f62fa6f6f7d1432a10dd1e9b91c01e523bf39
parent01f7a388d539c3b3126a9a76c17291820281deff (diff)
downloadaur-5aed691da0a1e73a3f3ff9520639074272ee6e52.tar.gz
Updated version (2.18.18.g20e0c1d -> 2.18.19.gc81ed05).
Changelog ========= Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Add missing cl- prefixes to cl-lib functions (893a963) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9defcb05349..2ce7e51debf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 19:42:14 UTC 2016
+# Fri Sep 2 01:19:33 UTC 2016
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.18.18.g20e0c1d
+ pkgver = 2.18.19.gc81ed05
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index 1da72d7ae656..84ce145b7e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.18.18.g20e0c1d
+pkgver=2.18.19.gc81ed05
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')