summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-05 19:49:03 +0100
committerhaawda2017-11-05 19:49:03 +0100
commit43c17e6f19e3e1efa9eb0c65495f17dc6a99e8a1 (patch)
tree48e606143f1aea1ccc5301fb3beb0cc52e5da4c9
parent4b63b33b917985894a74b38277645d15c27185f7 (diff)
downloadaur-43c17e6f19e3e1efa9eb0c65495f17dc6a99e8a1.tar.gz
Updated version (5.6.1.37.gdeb35d9 -> 5.6.1.38.g118c197).
Changelog ========= Add a note about docstring indentation to the readme (118c197) Denote properly an unused parameter (deb35d9) Move a function definition before its first usage (ab1b205) Tweak the changelog (5bb105d) Handle properly Boot's deftask docstrings (b3f8fa0) [Fix #459] Add font-locking for new vars in added in Clojure 1.9 (#460) (3741ee3) Move to top-level before `re-search-backward` in `clojure-find-ns` (061431d) [Fix #449] Simplify the PR template a bit (#453) (05b6f05) [Fix #451] Make the function determining the project directory customizable (#452) (35f5d71) Force elec. indentation in a docstring (#447) (b901fa7) Makefile: Don't re-set EMACS if already set (a6f0592) Add doc-string tests (1a59d9e) Improve detection of doc-strings (83ce80c) [Fix #438] Narrow to doc-strings before fill (174b1e1) Merge pull request #444 from vspinu/backward-sexp (7f886fa) [Fix #443] Don't consider #? as starting non-logical sexp (71a8093) Finish TravisCI builds more quickly (5d0b53a) Fix `checkdoc` warnings (63d36fa) Add byte-comp and `checkdoc` tests (b648244) Test all `.el` files, not just `clojure-mode.el` (464c4dd) Use evm for TravisCI testing (131d62b) Fix typo in docstring (da758ae) Escape character literals for emacs.next (276dad9) Add defcustom for comment font-locking (197298e) Remove ; from paragraph-start regexp during fill (#434) (eacd330) Recognize indented def-forms in imenu (6e966d5) Add imenu support for multimethods (f46cc5d) [Fix #429] Last occurrence sometimes not replaced for `move-to-let` (#430) (2d67af4) Use ignore-errors where possible (21160d3) Use ignore-errors to simplify a bit of error-suppressing code (aecd731) Update a changelog entry (16af12d) [Fix #423] Avoid throwing inside `clojure-match-next-def` on 0 arity forms (#424) (02286ec) Update the copyright years (4dcd7bc) [Fix #426] Correct docstring of `clojure--looking-at-non-logical-sexp` (#427) (2f73878) Add a command to toggle negation for an expression (0113aa9) Add a command to toggle between when and when-not (498a3cd) Add a missing docstring (cc3a4d6) Revert "Set the version to 5.6.1" (423c9e4)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533d87c2ac35..34065c9e9f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 4 06:42:02 UTC 2017
+# Sun Nov 5 18:49:02 UTC 2017
pkgbase = emacs-clojure-mode-git
pkgdesc = Emacs major mode for the clojure language
- pkgver = 5.6.1.37.gdeb35d9
+ pkgver = 5.6.1.38.g118c197
pkgrel = 1
url = https://github.com/clojure-emacs/clojure-mode
install = emacs-clojure-mode.install
diff --git a/PKGBUILD b/PKGBUILD
index 45e0b9f7c2c1..ed2186c3fdab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-clojure-mode-git
-pkgver=5.6.1.37.gdeb35d9
+pkgver=5.6.1.38.g118c197
pkgrel=1
arch=('any')
pkgdesc="Emacs major mode for the clojure language"