diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index f59082153fe..001b8a23f49 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -1474,7 +1474,6 @@ A value of nil means to display all packages.") (package-initialize) (let ((inhibit-read-only t) info-list name desc hold builtin) - (setq buffer-read-only t) (erase-buffer) ;; List installed packages (dolist (elt package-alist) |