[PATCH] emacs: "message-cited-text-face" is obsolete since Emacs 22.1. Use "message-cited-text" instead.

2011-03-16 Thread David Bremner


Hi Pieter;

Thanks a lot for the the patch.  I notice there is no commit message in
the body, so I suspect the chances of Carl applying it as-is are pretty
remote. Of course I could be off-base, but we've had many patches in the
past go back for improved commit messages.

All the best,

David


[PATCH] emacs: "message-cited-text-face" is obsolete since Emacs 22.1. Use "message-cited-text" instead.

2011-03-16 Thread Pieter Praet

---
 emacs/notmuch-wash.el |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el
index c4a7a41..0e64eb2 100644
--- a/emacs/notmuch-wash.el
+++ b/emacs/notmuch-wash.el
@@ -125,7 +125,7 @@ is what to put on the button."
 (let* ((cite-start (match-beginning 0))
   (cite-end (match-end 0))
   (cite-lines (count-lines cite-start cite-end)))
-  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text-face)
+  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text)
   (when (> cite-lines (+ notmuch-wash-citation-lines-prefix
 notmuch-wash-citation-lines-suffix
 1))
@@ -151,7 +151,7 @@ is what to put on the button."
  (sig-end-marker (make-marker)))
  (set-marker sig-start-marker sig-start)
  (set-marker sig-end-marker (point-max))
- (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text-face)
+ (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text)
  (notmuch-wash-region-to-button
   sig-start-marker sig-end-marker
   "signature" "\n"
---


[PATCH] emacs: message-cited-text-face is obsolete since Emacs 22.1. Use message-cited-text instead.

2011-03-16 Thread Pieter Praet

---
 emacs/notmuch-wash.el |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el
index c4a7a41..0e64eb2 100644
--- a/emacs/notmuch-wash.el
+++ b/emacs/notmuch-wash.el
@@ -125,7 +125,7 @@ is what to put on the button.
 (let* ((cite-start (match-beginning 0))
   (cite-end (match-end 0))
   (cite-lines (count-lines cite-start cite-end)))
-  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text-face)
+  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text)
   (when ( cite-lines (+ notmuch-wash-citation-lines-prefix
 notmuch-wash-citation-lines-suffix
 1))
@@ -151,7 +151,7 @@ is what to put on the button.
  (sig-end-marker (make-marker)))
  (set-marker sig-start-marker sig-start)
  (set-marker sig-end-marker (point-max))
- (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text-face)
+ (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text)
  (notmuch-wash-region-to-button
   sig-start-marker sig-end-marker
   signature \n
---
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch