diff options
author | Glenn Morris <rgm@gnu.org> | 2014-05-29 22:15:29 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-05-29 22:15:29 -0700 |
commit | ff66db795045b919717b16288ac083f6eafbdcb0 (patch) | |
tree | 861cdecb87ae084724782fe5ecb076d1295587a1 /lisp/emacs-lisp/package.el | |
parent | ab84733c353bcdb05fddaebaa5168bac97dc5526 (diff) | |
download | emacs-ff66db795045b919717b16288ac083f6eafbdcb0.tar.gz emacs-ff66db795045b919717b16288ac083f6eafbdcb0.tar.bz2 emacs-ff66db795045b919717b16288ac083f6eafbdcb0.zip |
Fix typo in previous
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |