diff options
| author | Glenn Morris | 2014-05-29 22:15:29 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-29 22:15:29 -0700 |
| commit | ff66db795045b919717b16288ac083f6eafbdcb0 (patch) | |
| tree | 861cdecb87ae084724782fe5ecb076d1295587a1 | |
| parent | ab84733c353bcdb05fddaebaa5168bac97dc5526 (diff) | |
| download | emacs-ff66db795045b919717b16288ac083f6eafbdcb0.tar.gz emacs-ff66db795045b919717b16288ac083f6eafbdcb0.zip | |
Fix typo in previous
| -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." | |||
| 290 | (const allow-unsigned :tag "Allow unsigned") | 290 | (const allow-unsigned :tag "Allow unsigned") |
| 291 | (const t :tag "Check always")) | 291 | (const t :tag "Check always")) |
| 292 | :risky t | 292 | :risky t |
| 293 | :group 'packagea | 293 | :group 'package |
| 294 | :version "24.4") | 294 | :version "24.4") |
| 295 | 295 | ||
| 296 | (defcustom package-unsigned-archives nil | 296 | (defcustom package-unsigned-archives nil |