summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-31 18:11:15 +0100
committerhaawda2017-10-31 18:11:15 +0100
commit7d4c3b5db31cfa7fea0206303a10490592b2a75e (patch)
treeadb25c38980e3d9f88aefd92f882db8936dca0b7
parente5e07861a9940a3c52a7f9023aac56e4187b6c11 (diff)
downloadaur-7d4c3b5db31cfa7fea0206303a10490592b2a75e.tar.gz
Updated version (5.6.1.31.g05b6f05 -> 5.6.1.32.g061431d).
Changelog ========= 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 b2ff7b945433..452c4f41a94a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 18 18:38:23 UTC 2017
+# Tue Oct 31 17:11:15 UTC 2017
pkgbase = emacs-clojure-mode-git
pkgdesc = Emacs major mode for the clojure language
- pkgver = 5.6.1.31.g05b6f05
+ pkgver = 5.6.1.32.g061431d
pkgrel = 1
url = https://github.com/clojure-emacs/clojure-mode
install = emacs-clojure-mode.install
diff --git a/PKGBUILD b/PKGBUILD
index fab8cd58a9d7..9e61f73aa2e6 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.31.g05b6f05
+pkgver=5.6.1.32.g061431d
pkgrel=1
arch=('any')
pkgdesc="Emacs major mode for the clojure language"