diff options
| author | Artur Malabarba | 2016-01-25 09:48:22 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2016-01-25 09:48:33 +0000 |
| commit | ae555b6524c32b8a7d6a450dc24cf546a7533d37 (patch) | |
| tree | f252bcd5cc865c9a0ce7b3d3fe5a7a6d5eb47316 | |
| parent | 3ef1d9aea96521c7aeb5795f09d0550722c450f4 (diff) | |
| download | emacs-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.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 | |||
| 571 | that calls `ewoc-enter-last'), with `tabulated-list-print-entry' | 571 | that calls `ewoc-enter-last'), with `tabulated-list-print-entry' |
| 572 | as the ewoc pretty-printer." | 572 | as 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) |