aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-05 00:08:42 -0700
committerGlenn Morris2014-06-05 00:08:42 -0700
commit879f52734ce965beee611e78e5cfa132e9cbb024 (patch)
treecbf744e6de79207265b2d355401345d7e135ed70
parente1b3f35f9373d71f58638e9dcaffc2ff8c4ab3b6 (diff)
downloademacs-879f52734ce965beee611e78e5cfa132e9cbb024.tar.gz
emacs-879f52734ce965beee611e78e5cfa132e9cbb024.zip
* lisp/emacs-lisp/package.el: Comment update
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 57a5429f0a1..6985a2b58cc 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -113,8 +113,6 @@
113 113
114;;; ToDo: 114;;; ToDo:
115 115
116;; - a trust mechanism, since compiling a package can run arbitrary code.
117;; For example, download package signatures and check that they match.
118;; - putting info dirs at the start of the info path means 116;; - putting info dirs at the start of the info path means
119;; users see a weird ordering of categories. OTOH we want to 117;; users see a weird ordering of categories. OTOH we want to
120;; override later entries. maybe emacs needs to enforce 118;; override later entries. maybe emacs needs to enforce