blob: dc2652fa792546e5e878aa9c73131a8711500e28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- samples/en/dot.wl.orig 2017-06-28 06:06:07 UTC
+++ samples/en/dot.wl
@@ -327,7 +327,7 @@
;; for Emacs21
((and (not (featurep 'xemacs))
- (= emacs-major-version 21)
+ (>= emacs-major-version 21)
(module-installed-p 'x-face-e21))
(autoload 'x-face-decode-message-header "x-face-e21")
(setq wl-highlight-x-face-function 'x-face-decode-message-header))
|