From: Miles Bader Date: Sun, 19 Nov 2000 01:58:06 +0000 (+0000) Subject: (insert-image-file): Make `intangible' and `read-only' properties X-Git-Tag: emacs-pretest-21.0.91~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5a9dabf39b361c320f891435c9ad390e9110ca7;p=emacs.git (insert-image-file): Make `intangible' and `read-only' properties rear-nonsticky too. --- 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