summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-08 03:36:41 +0200
committerhaawda2017-10-08 03:36:41 +0200
commit034ab03a3e7a6a140cb61a9c246a8a6fea82f147 (patch)
tree1fbf6f8b198cfc08b131f16600038bc2ed51f060
parent93cbf712e77026ac53ecb312376c9d9973615b63 (diff)
downloadaur-034ab03a3e7a6a140cb61a9c246a8a6fea82f147.tar.gz
Updated version (5.6.1.28.ga6f0592 -> 5.6.1.29.gb901fa7).
Changelog ========= 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 868ac5f972bb..db2ac046c572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 20 07:12:38 UTC 2017
+# Sun Oct 8 01:36:41 UTC 2017
pkgbase = emacs-clojure-mode-git
pkgdesc = Emacs major mode for the clojure language
- pkgver = 5.6.1.28.ga6f0592
+ pkgver = 5.6.1.29.gb901fa7
pkgrel = 1
url = https://github.com/clojure-emacs/clojure-mode
install = emacs-clojure-mode.install
diff --git a/PKGBUILD b/PKGBUILD
index 5e6b630be8eb..a6d7f0e135cd 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.28.ga6f0592
+pkgver=5.6.1.29.gb901fa7
pkgrel=1
arch=('any')
pkgdesc="Emacs major mode for the clojure language"