diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-05-30 11:52:27 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-05-30 11:52:27 +0100 |
commit | eeebbd5fcbdf2827689311b3751437670bfc2e22 (patch) | |
tree | b0b6c946b5fc2743006a476d2df29025f2c57cc7 /lisp/emacs-lisp/package.el | |
parent | 15c121ee0b5cbe005548eeba09dd54b145b2e258 (diff) | |
parent | f42db4b6e1598c12924cce4bbe4d67e6d86b7963 (diff) | |
download | emacs-eeebbd5fcbdf2827689311b3751437670bfc2e22.tar.gz emacs-eeebbd5fcbdf2827689311b3751437670bfc2e22.tar.bz2 emacs-eeebbd5fcbdf2827689311b3751437670bfc2e22.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 4288d906ef5..24980ec02f9 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -690,9 +690,9 @@ updates `package-alist'." (progn (package-load-all-descriptors) package-alist))) -(defun define-package (_name-string _version-string - &optional _docstring _requirements - &rest _extra-properties) +(defun define-package ( _name-string _version-string + &optional _docstring _requirements + &rest _extra-properties) "Define a new package. NAME-STRING is the name of the package, as a string. VERSION-STRING is the version of the package, as a string. @@ -1219,8 +1219,8 @@ The return result is a `package-desc'." cipher-algorithm digest-algorithm compress-algorithm)) -(declare-function epg-verify-string "epg" (context signature - &optional signed-text)) +(declare-function epg-verify-string "epg" ( context signature + &optional signed-text)) (declare-function epg-context-result-for "epg" (context name)) (declare-function epg-signature-status "epg" (signature) t) (declare-function epg-signature-to-string "epg" (signature)) |