]> code.delx.au - gnu-emacs-elpa/commitdiff
Version bump and Copyright
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 1 Apr 2015 22:14:26 +0000 (23:14 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 1 Apr 2015 22:16:05 +0000 (23:16 +0100)
aggressive-indent.el

index 0977653083367b54931abc6ed77f6fc4992847a1..0212708e54b3e5a89ddb0c7830aa7a242d68e104 100644 (file)
@@ -1,10 +1,10 @@
 ;;; aggressive-indent.el --- Minor mode to aggressively keep your code always indented
 
-;; Copyright (C) 2014 Artur Malabarba <bruce.connor.am@gmail.com>
+;; Copyright (C) 2014 Free Software Foundation, Inc.
 
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; URL: http://github.com/Malabarba/aggressive-indent-mode
-;; Version: 1.0
+;; Version: 1.0.1
 ;; Package-Requires: ((emacs "24.1") (names "20150125.9") (cl-lib "0.5"))
 ;; Keywords: indent lisp maint tools
 ;; Prefix: aggressive-indent
@@ -101,7 +101,8 @@ Please include your Emacs and `aggressive-indent' versions."
   (require 'lisp-mnt)
   (message "Your `aggressive-indent-version' is: %s, and your emacs version is: %s.
 Please include this in your report!"
-    (lm-version (find-library-name "aggressive-indent")) emacs-version)
+    (lm-version (find-library-name "aggressive-indent"))
+    emacs-version)
   (browse-url "https://github.com/Bruce-Connor/aggressive-indent-mode/issues/new"))
 
 \f