From: Miles Bader Date: Wed, 22 Nov 2000 02:00:42 +0000 (+0000) Subject: (insert-image-file): Don't make `read-only' property rear-nonsticky. X-Git-Tag: emacs-pretest-21.0.92~199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a02b5bb4c8ff503f31ef6cabd4deeeb69fc549cf;p=emacs.git (insert-image-file): Don't make `read-only' property rear-nonsticky. --- diff --git a/lisp/image-file.el b/lisp/image-file.el index 2e1ac4401dd..f8da174364b 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -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))