diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2016-01-25 09:48:22 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2016-01-25 09:48:33 +0000 |
commit | ae555b6524c32b8a7d6a450dc24cf546a7533d37 (patch) | |
tree | f252bcd5cc865c9a0ce7b3d3fe5a7a6d5eb47316 /lisp/emacs-lisp | |
parent | 3ef1d9aea96521c7aeb5795f09d0550722c450f4 (diff) | |
download | emacs-ae555b6524c32b8a7d6a450dc24cf546a7533d37.tar.gz emacs-ae555b6524c32b8a7d6a450dc24cf546a7533d37.tar.bz2 emacs-ae555b6524c32b8a7d6a450dc24cf546a7533d37.zip |
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant line
`special-mode' is already read-only.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/tabulated-list.el | 1 |
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 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) |