emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]