]> code.delx.au - gnu-emacs-elpa/commitdiff
Customise compilation-finish-functions
authorLeo Liu <sdl.web@gmail.com>
Sat, 12 Sep 2015 12:12:26 +0000 (20:12 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sat, 12 Sep 2015 12:12:26 +0000 (20:12 +0800)
ack.el
pcmpl-ack.el

diff --git a/ack.el b/ack.el
index c7094ba98a7edaee941c79eb4b898a2e1b63dbfc..11c1f9367cca216a5e9d48eb362b4e19bdd1bd92 100644 (file)
--- a/ack.el
+++ b/ack.el
@@ -1,9 +1,9 @@
 ;;; ack.el --- interface to ack-like tools           -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2013  Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015  Free Software Foundation, Inc.
 
 ;; Author: Leo Liu <sdl.web@gmail.com>
-;; Version: 1.4
+;; Version: 1.5
 ;; Keywords: tools, processes, convenience
 ;; Created: 2012-03-24
 ;; URL: https://github.com/leoliu/ack-el
@@ -147,6 +147,9 @@ Used by `ack-guess-project-root'."
 (defvar ack-error "ack match"
   "Stem of message to print when no matches are found.")
 
+(defvar ack-finish-functions nil
+  "Value to use for `compilation-finish-functions' in ack buffers.")
+
 (defun ack-filter ()
   "Handle match highlighting escape sequences inserted by the ack process.
 This function is called from `compilation-filter-hook'."
index ca906ab0e2ba2a85cc52863b7dc2c511d9a40352..315eb04931d4d6c75e959ccbe7d0ecfce3cd6954 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pcmpl-ack.el --- completion for ack and ag       -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2013  Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015  Free Software Foundation, Inc.
 
 ;; Author: Leo Liu <sdl.web@gmail.com>
 ;; Keywords: tools, processes, convenience