From: Artur Malabarba Date: Mon, 25 Jan 2016 09:48:22 +0000 (+0000) Subject: * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant line X-Git-Tag: emacs-25.0.90~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae555b6524c32b8a7d6a450dc24cf546a7533d37;p=emacs.git * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant line `special-mode' is already read-only. --- diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el index 68658d20b37..00b029d8f3e 100644 --- a/lisp/emacs-lisp/tabulated-list.el +++ b/lisp/emacs-lisp/tabulated-list.el @@ -571,7 +571,6 @@ data in an ewoc may instead specify a printer function (e.g., one that calls `ewoc-enter-last'), with `tabulated-list-print-entry' as the ewoc pretty-printer." (setq-local truncate-lines t) - (setq-local buffer-read-only t) (setq-local buffer-undo-list t) (setq-local revert-buffer-function #'tabulated-list-revert) (setq-local glyphless-char-display tabulated-list-glyphless-char-display)