X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d7aff0d6929c16d15992304dd44c5f528df8f895..de7ce2d169a1ad5642715eddd95615a9c563b308:/lisp/pcmpl-x.el diff --git a/lisp/pcmpl-x.el b/lisp/pcmpl-x.el index 8e09c66030..9217316bfc 100644 --- a/lisp/pcmpl-x.el +++ b/lisp/pcmpl-x.el @@ -1,6 +1,6 @@ ;;; pcmpl-x.el --- completion for miscellaneous tools -*- lexical-binding: t; -*- -;; Copyright (C) 2013 Free Software Foundation, Inc. +;; Copyright (C) 2013-2014 Free Software Foundation, Inc. ;; Author: Leo Liu ;; Keywords: processes, tools, convenience @@ -31,6 +31,7 @@ (defcustom pcmpl-x-tlmgr-program "tlmgr" "Name of the tlmgr program." + :version "24.4" :type 'file :group 'pcomplete) @@ -154,6 +155,7 @@ (executable-find "ack") "ack")) "Name of the ack program." + :version "24.4" :type 'file :group 'pcomplete)