From ff66db795045b919717b16288ac083f6eafbdcb0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 May 2014 22:15:29 -0700 Subject: [PATCH] Fix typo in previous --- lisp/emacs-lisp/package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 27ebd3cabb1..8c275c68884 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -290,7 +290,7 @@ contrast, `package-user-dir' contains packages for personal use." (const allow-unsigned :tag "Allow unsigned") (const t :tag "Check always")) :risky t - :group 'packagea + :group 'package :version "24.4") (defcustom package-unsigned-archives nil