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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-view.el [lexbind]
Date: Tue, 06 Jul 2004 07:14:11 -0400

Index: emacs/lisp/gnus/mm-view.el
diff -c emacs/lisp/gnus/mm-view.el:1.7.4.2 emacs/lisp/gnus/mm-view.el:1.7.4.3
*** emacs/lisp/gnus/mm-view.el:1.7.4.2  Tue Oct 14 23:34:51 2003
--- emacs/lisp/gnus/mm-view.el  Tue Jul  6 09:23:45 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]