aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Malabarba2016-01-25 09:48:22 +0000
committerArtur Malabarba2016-01-25 09:48:33 +0000
commitae555b6524c32b8a7d6a450dc24cf546a7533d37 (patch)
treef252bcd5cc865c9a0ce7b3d3fe5a7a6d5eb47316
parent3ef1d9aea96521c7aeb5795f09d0550722c450f4 (diff)
downloademacs-ae555b6524c32b8a7d6a450dc24cf546a7533d37.tar.gz
emacs-ae555b6524c32b8a7d6a450dc24cf546a7533d37.zip
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant line
`special-mode' is already read-only.
-rw-r--r--lisp/emacs-lisp/tabulated-list.el1
1 files changed, 0 insertions, 1 deletions
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
571that calls `ewoc-enter-last'), with `tabulated-list-print-entry' 571that calls `ewoc-enter-last'), with `tabulated-list-print-entry'
572as the ewoc pretty-printer." 572as the ewoc pretty-printer."
573 (setq-local truncate-lines t) 573 (setq-local truncate-lines t)
574 (setq-local buffer-read-only t)
575 (setq-local buffer-undo-list t) 574 (setq-local buffer-undo-list t)
576 (setq-local revert-buffer-function #'tabulated-list-revert) 575 (setq-local revert-buffer-function #'tabulated-list-revert)
577 (setq-local glyphless-char-display tabulated-list-glyphless-char-display) 576 (setq-local glyphless-char-display tabulated-list-glyphless-char-display)