]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/names/names.el
Merge commit '8b9dd3e5803fd02b03a7f2a8bb6cb51df7f2f7bf'
[gnu-emacs-elpa] / packages / names / names.el
index 6f5a58cb1a4fd05e55b06287f6b1bb2daa1b88bb..5cc70e22eb427319c09f5c5d0cd4b4db4a8e12b1 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 ;; Maintainer: Artur Malabarba <bruce.connor.am@gmail.com>
 ;; URL: http://github.com/Bruce-Connor/names
-;; Version: 20150115
+;; Version: 20150115.1
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; Keywords: extensions lisp
 ;; Prefix: names
@@ -120,7 +120,7 @@ it will set PROP."
 \f
 ;;; ---------------------------------------------------------------
 ;;; Variables
-(defconst names-version "20150115" "Version of the names.el package.")
+(defconst names-version "20150115.1" "Version of the names.el package.")
 
 (defvar names--name nil
   "Name of the current namespace inside the `define-namespace' macro.")
@@ -1059,7 +1059,7 @@ list. And maybe use a :group."
        (nth 2 form)
        (names-convert-form (nth 3 form))
        (names-convert-form (nth 4 form))))
-     (mapcar #'names-convert-form (cddr form)))))
+     (mapcar #'names-convert-form (cddr (cl-cdddr form))))))
 
 (defun names--convert-define-minor-mode (form)
   "Special treatment for `define-minor-mode' FORM."