Make whole shared output buffer read-only

This commit is contained in:
Takafumi Arakaki 2012-06-08 16:23:06 +02:00
parent ffa9dba8be
commit 04ea0b455d

View file

@ -96,6 +96,7 @@
(setq ein:@shared-output
(ein:$shared-output "SharedOutput" :ewoc ewoc :cell cell))
(ein:cell-enter-last cell))
(setq buffer-read-only t)
(ein:shared-output-mode)
ein:@shared-output)))