]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-insert-inline): Make it work in read-only buffer.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 May 2004 01:09:14 +0000 (01:09 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 May 2004 01:09:14 +0000 (01:09 +0000)
lisp/gnus/mm-view.el

index f7dfdb60f02b34ee07c34f99894a89a75e0988fb..69cbd3d8a1d75d3731eae77e90e275e56fad7b70 100644 (file)
@@ -1,5 +1,5 @@
 ;;; mm-view.el --- functions for viewing MIME objects
-;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 01, 2004  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; This file is part of GNU Emacs.
 
 (defun mm-insert-inline (handle text)
   "Insert TEXT inline from HANDLE."
-  (let ((b (point)))
+  (let ((b (point))
+       (inhibit-read-only t))
     (insert text)
     (mm-handle-set-undisplayer
      handle