]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-image-file): Don't make `read-only' property rear-nonsticky.
authorMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 02:00:42 +0000 (02:00 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 02:00:42 +0000 (02:00 +0000)
lisp/image-file.el

index 2e1ac4401ddb9deb154f00dea762c48239568e90..f8da174364bee48738bd7db971b5aa36011b1be1 100644 (file)
@@ -115,9 +115,10 @@ the command `insert-file-contents'."
             (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))