changeset 33727:242c7cbf0a6b

(insert-image-file): Don't make `read-only' property rear-nonsticky.
author Miles Bader <miles@gnu.org>
date Wed, 22 Nov 2000 02:00:42 +0000
parents ab07e9c19c57
children 8b4e311dbd58
files lisp/image-file.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image-file.el	Wed Nov 22 01:36:08 2000 +0000
+++ b/lisp/image-file.el	Wed Nov 22 02:00:42 2000 +0000
@@ -115,9 +115,10 @@
 	     (props
 	      `(display ,image
 			intangible ,image
-			rear-nonsticky (display intangible read-only)
+			rear-nonsticky (display intangible)
 			;; This a cheap attempt to make the whole buffer
-			;; read-only when we're visiting the file.
+			;; read-only when we're visiting the file (as
+			;; opposed to just inserting it).
 			,@(and visit
 			       (= ibeg (point-min))
 			       (= iend (point-max))