[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master b2c449c 6/7: Release 1.1.0 and make ack-quickgrep-defaults
From: |
João Távora |
Subject: |
[elpa] master b2c449c 6/7: Release 1.1.0 and make ack-quickgrep-defaults the default |
Date: |
Mon, 6 Jul 2020 07:19:35 -0400 (EDT) |
branch: master
commit b2c449c0d5aad67eeee9857e7fd7710f985084ec
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>
Release 1.1.0 and make ack-quickgrep-defaults the default
Wonder if anyone will complain...
* ack.el (ack-defaults-function): Use ack-quickgrep-defaults.
* ack.el (Version): Bump to 1.10
---
ack.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ack.el b/ack.el
index 10fb97b..6d8a651 100644
--- a/ack.el
+++ b/ack.el
@@ -4,7 +4,7 @@
;; Author: Leo Liu <sdl.web@gmail.com>
;; Maintainer: João Távora <joaotavora@gmail.com>
-;; Version: 1.9
+;; Version: 1.10
;; Keywords: tools, processes, convenience
;; Created: 2012-03-24
;; URL: https://github.com/leoliu/ack-el
@@ -144,7 +144,7 @@ Each element is of the form (VC_DIR . CMD)."
(define-obsolete-function-alias 'ack-default-directory
'ack-legacy-defaults "1.7")
-(defcustom ack-defaults-function 'ack-legacy-defaults
+(defcustom ack-defaults-function 'ack-quickgrep-defaults
"A function to return a default parametrization for `ack'.
It is called with one arg, the prefix arg to `ack'. It may
return a single element, a string, which is the directory under
- [elpa] master updated (3be3486 -> 88e11d2), João Távora, 2020/07/06
- [elpa] master a53e021 1/7: * ack.el (ack-quickgrep-defaults): Auto-confirm iff symbol at point, João Távora, 2020/07/06
- [elpa] master 35c1152 2/7: Don't auto-confirm M-x ack if no symbol actually yanked, João Távora, 2020/07/06
- [elpa] master eb0217d 3/7: Add quotes around pattern of all ack commands, João Távora, 2020/07/06
- [elpa] master d813aae 4/7: Add "rg" as an option for ack-command, João Távora, 2020/07/06
- [elpa] master f8cc007 5/7: README.rst: Rewrite a bit, João Távora, 2020/07/06
- [elpa] master b2c449c 6/7: Release 1.1.0 and make ack-quickgrep-defaults the default,
João Távora <=
- [elpa] master 88e11d2 7/7: Merge commit 'b2c449c0d5aad67eeee9857e7fd7710f985084ec', João Távora, 2020/07/06