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 <[EMAIL PROTECTED]>
  ;; Maintainer: Bill Wohler <[EMAIL PROTECTED]>
--- 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 <[EMAIL PROTECTED]>
  ;; Maintainer: Bill Wohler <[EMAIL PROTECTED]>
***************
*** 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)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to