emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mm-view.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-view.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:37:23 -0400

Index: emacs/lisp/gnus/mm-view.el
diff -c emacs/lisp/gnus/mm-view.el:1.8.6.1 emacs/lisp/gnus/mm-view.el:1.8.6.2
*** emacs/lisp/gnus/mm-view.el:1.8.6.1  Fri Mar 12 00:02:59 2004
--- emacs/lisp/gnus/mm-view.el  Mon Jun 28 07:29:46 2004
***************
*** 1,5 ****
  ;;; mm-view.el --- functions for viewing MIME objects
! ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
  ;; This file is part of GNU Emacs.
--- 1,5 ----
  ;;; mm-view.el --- functions for viewing MIME objects
! ;; Copyright (C) 1998, 1999, 2000, 01, 2004  Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
  ;; This file is part of GNU Emacs.
***************
*** 197,203 ****
  
  (defun mm-insert-inline (handle text)
    "Insert TEXT inline from HANDLE."
!   (let ((b (point)))
      (insert text)
      (mm-handle-set-undisplayer
       handle
--- 197,204 ----
  
  (defun mm-insert-inline (handle text)
    "Insert TEXT inline from HANDLE."
!   (let ((b (point))
!       (inhibit-read-only t))
      (insert text)
      (mm-handle-set-undisplayer
       handle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]