emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c5e1ed9 2/2: Fix :version in recent commit


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master c5e1ed9 2/2: Fix :version in recent commit
Date: Thu, 19 Sep 2019 08:39:44 -0400 (EDT)

branch: master
commit c5e1ed9a94374b93f233c450c5b03edfeb698ab3
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix :version in recent commit
    
    * lisp/pcmpl-gnu.el (pcmpl-gnu-makefile-includes): Fix :version.
---
 lisp/pcmpl-gnu.el | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el
index 8ec5d93..f22632a 100644
--- a/lisp/pcmpl-gnu.el
+++ b/lisp/pcmpl-gnu.el
@@ -37,14 +37,12 @@
 (defcustom pcmpl-gnu-makefile-regexps
   '("\\`GNUmakefile" "\\`[Mm]akefile" "\\.ma?k\\'")
   "A list of regexps that will match Makefile names."
-  :type '(repeat regexp)
-  :group 'pcmpl-gnu)
+  :type '(repeat regexp))
 
 (defcustom pcmpl-gnu-makefile-includes t
   "If non-nil, `pcomplete/make' completes on targets in included files."
   :type 'boolean
-  :group 'pcmpl-gnu
-  :version 27.1
+  :version "27.1"
   :safe 'booleanp)
 
 ;; Functions:
@@ -166,8 +164,7 @@ Return the new list."
   "\\.t\\(ar\\(\\.\\(gz\\|bz2\\|Z\\|xz\\)\\)?\\|gz\\|a[zZ]\\|z2\\)\\'"
   "A regexp which matches any tar archive."
   :version "24.3"                       ; added xz
-  :type 'regexp
-  :group 'pcmpl-gnu)
+  :type 'regexp)
 
 ;; Only used in tar-mode buffers.
 (defvar tar-parse-info)



reply via email to

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