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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 2fcbd1b 3/4: Customise compilation-finish-functions


From: Leo Liu
Subject: [elpa] master 2fcbd1b 3/4: Customise compilation-finish-functions
Date: Sat, 12 Sep 2015 12:40:52 +0000

branch: master
commit 2fcbd1b2667fcf860f6196e3c8112e4ddf8dc431
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Customise compilation-finish-functions
---
 ack.el       |    7 +++++--
 pcmpl-ack.el |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ack.el b/ack.el
index c7094ba..11c1f93 100644
--- 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 <address@hidden>
-;; 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'."
diff --git a/pcmpl-ack.el b/pcmpl-ack.el
index ca906ab..315eb04 100644
--- a/pcmpl-ack.el
+++ b/pcmpl-ack.el
@@ -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 <address@hidden>
 ;; Keywords: tools, processes, convenience



reply via email to

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