emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-mime.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-mime.el
Date: Thu, 16 Jun 2005 21:29:31 -0400

Index: emacs/lisp/mh-e/mh-mime.el
diff -c emacs/lisp/mh-e/mh-mime.el:1.14 emacs/lisp/mh-e/mh-mime.el:1.15
*** emacs/lisp/mh-e/mh-mime.el:1.14     Thu Jun 16 15:04:53 2005
--- emacs/lisp/mh-e/mh-mime.el  Fri Jun 17 01:29:30 2005
***************
*** 1,7 ****
  ;;; mh-mime.el --- MH-E support for composing MIME messages
  
  ;; Copyright (C) 1993, 1995,
! ;; 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
--- 1,7 ----
  ;;; mh-mime.el --- MH-E support for composing MIME messages
  
  ;; Copyright (C) 1993, 1995,
! ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
***************
*** 1059,1069 ****
        (when (re-search-backward regexp nil t)
          (mh-do-in-gnu-emacs
            (let ((ov (make-overlay (point) (point-max))))
!             (overlay-put ov 'face 'mh-show-signature-face)
              (overlay-put ov 'evaporate t)))
          (mh-do-in-xemacs
            (set-extent-property (make-extent (point) (point-max))
!                                'face 'mh-show-signature-face))))))
  
  (mh-do-in-xemacs
   (defvar dots)
--- 1059,1069 ----
        (when (re-search-backward regexp nil t)
          (mh-do-in-gnu-emacs
            (let ((ov (make-overlay (point) (point-max))))
!             (overlay-put ov 'face 'mh-show-signature)
              (overlay-put ov 'evaporate t)))
          (mh-do-in-xemacs
            (set-extent-property (make-extent (point) (point-max))
!                                'face 'mh-show-signature))))))
  
  (mh-do-in-xemacs
   (defvar dots)




reply via email to

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