diff options
| -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 |