emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 ae555b6: * lisp/emacs-lisp/tabulated-list.el (tab


From: Artur Malabarba
Subject: [Emacs-diffs] emacs-25 ae555b6: * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant line
Date: Mon, 25 Jan 2016 11:48:55 +0000

branch: emacs-25
commit ae555b6524c32b8a7d6a450dc24cf546a7533d37
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant line
    
    `special-mode' is already read-only.
---
 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 68658d2..00b029d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]