From e5a9dabf39b361c320f891435c9ad390e9110ca7 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 19 Nov 2000 01:58:06 +0000 Subject: [PATCH] (insert-image-file): Make `intangible' and `read-only' properties rear-nonsticky too. --- lisp/ChangeLog | 5 +++++ lisp/image-file.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 198229ce193..4463d635c81 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-11-19 Miles Bader + + * image-file.el (insert-image-file): Make `intangible' and + `read-only' properties rear-nonsticky too. + 2000-11-18 Gerd Moellmann * ps-print.el: Update copyright notice. diff --git a/lisp/image-file.el b/lisp/image-file.el index 217e4708693..2e1ac4401dd 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -115,7 +115,7 @@ the command `insert-file-contents'." (props `(display ,image intangible ,image - rear-nonsticky (display) + rear-nonsticky (display intangible read-only) ;; This a cheap attempt to make the whole buffer ;; read-only when we're visiting the file. ,@(and visit -- 2.39.5