]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant line
authorArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 25 Jan 2016 09:48:22 +0000 (09:48 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 25 Jan 2016 09:48:33 +0000 (09:48 +0000)
`special-mode' is already read-only.

lisp/emacs-lisp/tabulated-list.el

index 68658d20b37e17bdfc68ec2af92ae289c6641716..00b029d8f3ee06a41c203185d77b575d19769836 100644 (file)
@@ -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)