diff options
| author | Glenn Morris | 2014-06-05 00:08:42 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-05 00:08:42 -0700 |
| commit | 879f52734ce965beee611e78e5cfa132e9cbb024 (patch) | |
| tree | cbf744e6de79207265b2d355401345d7e135ed70 | |
| parent | e1b3f35f9373d71f58638e9dcaffc2ff8c4ab3b6 (diff) | |
| download | emacs-879f52734ce965beee611e78e5cfa132e9cbb024.tar.gz emacs-879f52734ce965beee611e78e5cfa132e9cbb024.zip | |
* lisp/emacs-lisp/package.el: Comment update
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
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 |