# HG changeset patch # User Miles Bader # Date 974858442 0 # Node ID 242c7cbf0a6b92ea8e715108658e1e22a2edbcdf # Parent ab07e9c19c57b9f8d4076d0c8811f14bff050419 (insert-image-file): Don't make `read-only' property rear-nonsticky. diff -r ab07e9c19c57 -r 242c7cbf0a6b lisp/image-file.el --- 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))