Commit 5e4862d4 authored by Joao Tavora's avatar Joao Tavora Committed by João Távora
Browse files

Make connection and thread lists read-only again

This behavious was lost after the refactorings of
`slime-with-popup-buffer'.

* slime.el (slime-popup-buffer-mode): A SLIME popup buffer is
always read-only.

(cherry picked from SLIME commit
c8b595b2)

Conflicts:
	ChangeLog
parent d0fa85bd
Showing with 2 additions and 1 deletion
+2 -1
...@@ -769,7 +769,8 @@ MODE is the name of a major mode which will be enabled. ...@@ -769,7 +769,8 @@ MODE is the name of a major mode which will be enabled.
(define-minor-mode sly-popup-buffer-mode (define-minor-mode sly-popup-buffer-mode
"Mode for displaying read only stuff" "Mode for displaying read only stuff"
nil nil) nil nil nil
(setq buffer-read-only t))
(add-to-list 'minor-mode-alist (add-to-list 'minor-mode-alist
`(sly-popup-buffer-mode `(sly-popup-buffer-mode
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment