View | Details | Raw Unified | Return to bug 258172
Collapse All | Expand All

(-)b/mail/mew-devel/Makefile (+1 lines)
Lines 2-7 PORTNAME= mew Link Here
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	6.8-72
3
DISTVERSION=	6.8-72
4
DISTVERSIONSUFFIX=	-gfc4bca6
4
DISTVERSIONSUFFIX=	-gfc4bca6
5
PORTREVISION=	1
5
CATEGORIES=	mail elisp
6
CATEGORIES=	mail elisp
6
PKGNAMESUFFIX=	-devel${EMACS_PKGNAMESUFFIX}
7
PKGNAMESUFFIX=	-devel${EMACS_PKGNAMESUFFIX}
7
8
(-)b/mail/mew-devel/files/patch-no-native-compile (-1 / +863 lines)
Added Link Here
0
- 
1
From e3545580eb51d37142267bc8d6c39b934a0eaf0d Mon Sep 17 00:00:00 2001
2
From: Yasuhiro Kimura <yasu@utahime.org>
3
Date: Mon, 30 Aug 2021 19:12:41 +0900
4
Subject: [PATCH] Prevent .el files from being native compiled.
5
6
Mew doesn't work correctly if Emacs supports native compilation and
7
.el files are compiled to .eln ones. So prevent .el files from being
8
native compiled by adding following lines at the end of them.
9
10
;; Local Variables:
11
;; no-native-compile: t
12
;; End:
13
---
14
 mew-addrbook.el   | 4 ++++
15
 mew-attach.el     | 4 ++++
16
 mew-auth.el       | 4 ++++
17
 mew-blvs.el       | 4 ++++
18
 mew-bq.el         | 4 ++++
19
 mew-cache.el      | 4 ++++
20
 mew-complete.el   | 4 ++++
21
 mew-config.el     | 4 ++++
22
 mew-const.el      | 4 ++++
23
 mew-darwin.el     | 4 ++++
24
 mew-decode.el     | 4 ++++
25
 mew-demo.el       | 4 ++++
26
 mew-draft.el      | 4 ++++
27
 mew-edit.el       | 4 ++++
28
 mew-encode.el     | 4 ++++
29
 mew-env.el        | 4 ++++
30
 mew-exec.el       | 4 ++++
31
 mew-ext.el        | 4 ++++
32
 mew-fib.el        | 4 ++++
33
 mew-func.el       | 4 ++++
34
 mew-gemacs.el     | 4 ++++
35
 mew-header.el     | 4 ++++
36
 mew-highlight.el  | 4 ++++
37
 mew-imap.el       | 4 ++++
38
 mew-imap2.el      | 4 ++++
39
 mew-key.el        | 4 ++++
40
 mew-lang-jp.el    | 4 ++++
41
 mew-lang-kr.el    | 4 ++++
42
 mew-lang-latin.el | 4 ++++
43
 mew-local.el      | 4 ++++
44
 mew-mark.el       | 4 ++++
45
 mew-message.el    | 4 ++++
46
 mew-mime.el       | 4 ++++
47
 mew-minibuf.el    | 4 ++++
48
 mew-mule.el       | 4 ++++
49
 mew-mule3.el      | 4 ++++
50
 mew-net.el        | 4 ++++
51
 mew-nntp.el       | 4 ++++
52
 mew-nntp2.el      | 4 ++++
53
 mew-passwd.el     | 4 ++++
54
 mew-pgp.el        | 4 ++++
55
 mew-pick.el       | 4 ++++
56
 mew-pop.el        | 4 ++++
57
 mew-refile.el     | 4 ++++
58
 mew-scan.el       | 4 ++++
59
 mew-search.el     | 4 ++++
60
 mew-smime.el      | 4 ++++
61
 mew-smtp.el       | 4 ++++
62
 mew-sort.el       | 4 ++++
63
 mew-ssh.el        | 4 ++++
64
 mew-ssl.el        | 4 ++++
65
 mew-summary.el    | 4 ++++
66
 mew-summary2.el   | 4 ++++
67
 mew-summary3.el   | 4 ++++
68
 mew-summary4.el   | 4 ++++
69
 mew-syntax.el     | 4 ++++
70
 mew-thread.el     | 4 ++++
71
 mew-unix.el       | 4 ++++
72
 mew-vars.el       | 4 ++++
73
 mew-vars2.el      | 4 ++++
74
 mew-vars3.el      | 4 ++++
75
 mew-varsx.el      | 4 ++++
76
 mew-virtual.el    | 4 ++++
77
 mew-win32.el      | 4 ++++
78
 mew.el            | 4 ++++
79
 65 files changed, 260 insertions(+)
80
81
diff --git mew-addrbook.el mew-addrbook.el
82
index e9d5c6b..9a94143 100644
83
--- mew-addrbook.el
84
+++ mew-addrbook.el
85
@@ -574,3 +574,7 @@ reflected."
86
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
87
 
88
 ;;; mew-addrbook.el ends here
89
+
90
+;; Local Variables:
91
+;; no-native-compile: t
92
+;; End:
93
diff --git mew-attach.el mew-attach.el
94
index a405d6a..1f69b7c 100644
95
--- mew-attach.el
96
+++ mew-attach.el
97
@@ -876,3 +876,7 @@ Input decrypters' addresses."
98
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99
 
100
 ;;; mew-attach.el ends here
101
+
102
+;; Local Variables:
103
+;; no-native-compile: t
104
+;; End:
105
diff --git mew-auth.el mew-auth.el
106
index eaf6677..3b8a564 100644
107
--- mew-auth.el
108
+++ mew-auth.el
109
@@ -100,3 +100,7 @@
110
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
111
 
112
 ;;; mew-auth.el ends here
113
+
114
+;; Local Variables:
115
+;; no-native-compile: t
116
+;; End:
117
diff --git mew-blvs.el mew-blvs.el
118
index e454e03..b0537d8 100644
119
--- mew-blvs.el
120
+++ mew-blvs.el
121
@@ -88,3 +88,7 @@
122
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
123
 
124
 ;;; mew-blvs.el ends here
125
+
126
+;; Local Variables:
127
+;; no-native-compile: t
128
+;; End:
129
diff --git mew-bq.el mew-bq.el
130
index f5a6846..f1ed957 100644
131
--- mew-bq.el
132
+++ mew-bq.el
133
@@ -1197,3 +1197,7 @@ That is, each line may be more than 75."
134
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
135
 
136
 ;;; mew-bq.el ends here
137
+
138
+;; Local Variables:
139
+;; no-native-compile: t
140
+;; End:
141
diff --git mew-cache.el mew-cache.el
142
index da85f90..b1d9e0a 100644
143
--- mew-cache.el
144
+++ mew-cache.el
145
@@ -263,3 +263,7 @@ if decode fails."
146
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
147
 
148
 ;;; mew-cache.el ends here
149
+
150
+;; Local Variables:
151
+;; no-native-compile: t
152
+;; End:
153
diff --git mew-complete.el mew-complete.el
154
index afbcd40..876443a 100644
155
--- mew-complete.el
156
+++ mew-complete.el
157
@@ -810,3 +810,7 @@ the name exists."
158
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
159
 
160
 ;;; mew-complete.el ends here
161
+
162
+;; Local Variables:
163
+;; no-native-compile: t
164
+;; End:
165
diff --git mew-config.el mew-config.el
166
index 7a80b4e..0e9fde4 100644
167
--- mew-config.el
168
+++ mew-config.el
169
@@ -640,3 +640,7 @@ fields in the header according to the new value."
170
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
171
 
172
 ;;; mew-config.el ends here
173
+
174
+;; Local Variables:
175
+;; no-native-compile: t
176
+;; End:
177
diff --git mew-const.el mew-const.el
178
index 9ff390d..c8b284b 100644
179
--- mew-const.el
180
+++ mew-const.el
181
@@ -364,3 +364,7 @@
182
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
183
 
184
 ;;; mew-const.el ends here
185
+
186
+;; Local Variables:
187
+;; no-native-compile: t
188
+;; End:
189
diff --git mew-darwin.el mew-darwin.el
190
index b1ab3aa..f9dda96 100644
191
--- mew-darwin.el
192
+++ mew-darwin.el
193
@@ -135,3 +135,7 @@
194
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
195
 
196
 ;;; mew-darwin.el ends here
197
+
198
+;; Local Variables:
199
+;; no-native-compile: t
200
+;; End:
201
diff --git mew-decode.el mew-decode.el
202
index cc74a74..276e627 100644
203
--- mew-decode.el
204
+++ mew-decode.el
205
@@ -1156,3 +1156,7 @@ Return a part syntax after moving the beginning of the content body."
206
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
207
 
208
 ;;; mew-decode.el ends here
209
+
210
+;; Local Variables:
211
+;; no-native-compile: t
212
+;; End:
213
diff --git mew-demo.el mew-demo.el
214
index e8ba169..bca4f60 100644
215
--- mew-demo.el
216
+++ mew-demo.el
217
@@ -143,3 +143,7 @@ Please send comments to Kazu@Mew.org.
218
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
219
 
220
 ;;; mew-demo.el ends here
221
+
222
+;; Local Variables:
223
+;; no-native-compile: t
224
+;; End:
225
diff --git mew-draft.el mew-draft.el
226
index 40584ff..55defa1 100644
227
--- mew-draft.el
228
+++ mew-draft.el
229
@@ -1030,3 +1030,7 @@ Set privacy service which will be effective when \\[mew-draft-make-message]."
230
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
231
 
232
 ;;; mew-draft.el ends here
233
+
234
+;; Local Variables:
235
+;; no-native-compile: t
236
+;; End:
237
diff --git mew-edit.el mew-edit.el
238
index 36c63f2..b77bc85 100644
239
--- mew-edit.el
240
+++ mew-edit.el
241
@@ -1204,3 +1204,7 @@ mew-summary-reedit."
242
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
243
 
244
 ;;; mew-edit.el ends here
245
+
246
+;; Local Variables:
247
+;; no-native-compile: t
248
+;; End:
249
diff --git mew-encode.el mew-encode.el
250
index 70af9e9..2fa1313 100644
251
--- mew-encode.el
252
+++ mew-encode.el
253
@@ -1383,3 +1383,7 @@
254
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
255
 
256
 ;;; mew-encode.el ends here
257
+
258
+;; Local Variables:
259
+;; no-native-compile: t
260
+;; End:
261
diff --git mew-env.el mew-env.el
262
index 7b1aa9e..0333a3e 100644
263
--- mew-env.el
264
+++ mew-env.el
265
@@ -360,3 +360,7 @@ requires PTY.")
266
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
267
 
268
 ;;; mew-env.el ends here
269
+
270
+;; Local Variables:
271
+;; no-native-compile: t
272
+;; End:
273
diff --git mew-exec.el mew-exec.el
274
index dff3d24..592f65c 100644
275
--- mew-exec.el
276
+++ mew-exec.el
277
@@ -690,3 +690,7 @@ the queue, type '\\[mew-summary-send-message]' in the queue online."
278
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279
 
280
 ;;; mew-exec.el ends here
281
+
282
+;; Local Variables:
283
+;; no-native-compile: t
284
+;; End:
285
diff --git mew-ext.el mew-ext.el
286
index 3428b08..acc6459 100644
287
--- mew-ext.el
288
+++ mew-ext.el
289
@@ -521,3 +521,7 @@
290
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
291
 
292
 ;;; mew-ext.el ends here
293
+
294
+;; Local Variables:
295
+;; no-native-compile: t
296
+;; End:
297
diff --git mew-fib.el mew-fib.el
298
index 385f95d..67cf1b4 100644
299
--- mew-fib.el
300
+++ mew-fib.el
301
@@ -121,3 +121,7 @@
302
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
303
 
304
 ;;; mew-fib.el ends here
305
+
306
+;; Local Variables:
307
+;; no-native-compile: t
308
+;; End:
309
diff --git mew-func.el mew-func.el
310
index 14340ab..02b9e6a 100644
311
--- mew-func.el
312
+++ mew-func.el
313
@@ -1673,3 +1673,7 @@ by side-effect."
314
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
315
 
316
 ;;; mew-func.el ends here
317
+
318
+;; Local Variables:
319
+;; no-native-compile: t
320
+;; End:
321
diff --git mew-gemacs.el mew-gemacs.el
322
index 47e8df0..f1d5021 100644
323
--- mew-gemacs.el
324
+++ mew-gemacs.el
325
@@ -463,3 +463,7 @@
326
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
327
 
328
 ;;; mew-gemacs.el ends here
329
+
330
+;; Local Variables:
331
+;; no-native-compile: t
332
+;; End:
333
diff --git mew-header.el mew-header.el
334
index d832d1b..84ee46e 100644
335
--- mew-header.el
336
+++ mew-header.el
337
@@ -545,3 +545,7 @@ Remove anonymous addresses."
338
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
339
 
340
 ;;; mew-header.el ends here
341
+
342
+;; Local Variables:
343
+;; no-native-compile: t
344
+;; End:
345
diff --git mew-highlight.el mew-highlight.el
346
index 729283e..d7a4da8 100644
347
--- mew-highlight.el
348
+++ mew-highlight.el
349
@@ -383,3 +383,7 @@
350
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
351
 
352
 ;;; mew-highlight.el ends here
353
+
354
+;; Local Variables:
355
+;; no-native-compile: t
356
+;; End:
357
diff --git mew-imap.el mew-imap.el
358
index c07dc93..842d2c4 100644
359
--- mew-imap.el
360
+++ mew-imap.el
361
@@ -1917,3 +1917,7 @@
362
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
363
 
364
 ;;; mew-imap.el ends here
365
+
366
+;; Local Variables:
367
+;; no-native-compile: t
368
+;; End:
369
diff --git mew-imap2.el mew-imap2.el
370
index 49b8231..c542f95 100644
371
--- mew-imap2.el
372
+++ mew-imap2.el
373
@@ -657,3 +657,7 @@ with '*' in the region are handled."
374
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
375
 
376
 ;;; mew-imap2.el ends here
377
+
378
+;; Local Variables:
379
+;; no-native-compile: t
380
+;; End:
381
diff --git mew-key.el mew-key.el
382
index 4b753f6..40f9635 100644
383
--- mew-key.el
384
+++ mew-key.el
385
@@ -688,3 +688,7 @@
386
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
387
 
388
 ;;; mew-key.el ends here
389
+
390
+;; Local Variables:
391
+;; no-native-compile: t
392
+;; End:
393
diff --git mew-lang-jp.el mew-lang-jp.el
394
index cfc63a8..95ac02e 100644
395
--- mew-lang-jp.el
396
+++ mew-lang-jp.el
397
@@ -217,3 +217,7 @@
398
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
399
 
400
 ;;; mew-lang-jp.el ends here
401
+
402
+;; Local Variables:
403
+;; no-native-compile: t
404
+;; End:
405
diff --git mew-lang-kr.el mew-lang-kr.el
406
index d7c3a35..ec1b58c 100644
407
--- mew-lang-kr.el
408
+++ mew-lang-kr.el
409
@@ -41,3 +41,7 @@
410
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
411
 
412
 ;;; mew-lang-kr.el ends here
413
+
414
+;; Local Variables:
415
+;; no-native-compile: t
416
+;; End:
417
diff --git mew-lang-latin.el mew-lang-latin.el
418
index 233ef99..d3ead60 100644
419
--- mew-lang-latin.el
420
+++ mew-lang-latin.el
421
@@ -86,3 +86,7 @@
422
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
423
 
424
 ;;; mew-lang-latin.el ends here
425
+
426
+;; Local Variables:
427
+;; no-native-compile: t
428
+;; End:
429
diff --git mew-local.el mew-local.el
430
index 7257b31..f6d6ccb 100644
431
--- mew-local.el
432
+++ mew-local.el
433
@@ -424,3 +424,7 @@ Binary search is used for speed reasons."
434
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
435
 
436
 ;;; mew-local.el ends here
437
+
438
+;; Local Variables:
439
+;; no-native-compile: t
440
+;; End:
441
diff --git mew-mark.el mew-mark.el
442
index 477fa6e..187175e 100644
443
--- mew-mark.el
444
+++ mew-mark.el
445
@@ -929,3 +929,7 @@ The 'o' mark is not exchangeable."
446
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
447
 
448
 ;;; mew-mark.el ends here
449
+
450
+;; Local Variables:
451
+;; no-native-compile: t
452
+;; End:
453
diff --git mew-message.el mew-message.el
454
index 91c5b35..ef52cb7 100644
455
--- mew-message.el
456
+++ mew-message.el
457
@@ -339,3 +339,7 @@ confused. Please use '\\[mew-message-forward]' instead."
458
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
459
 
460
 ;;; mew-message.el ends here
461
+
462
+;; Local Variables:
463
+;; no-native-compile: t
464
+;; End:
465
diff --git mew-mime.el mew-mime.el
466
index 98843ca..266bf69 100644
467
--- mew-mime.el
468
+++ mew-mime.el
469
@@ -987,3 +987,7 @@ See 'mew-mime-content-type' to know how actions can be defined."
470
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
471
 
472
 ;;; mew-mime.el ends here
473
+
474
+;; Local Variables:
475
+;; no-native-compile: t
476
+;; End:
477
diff --git mew-minibuf.el mew-minibuf.el
478
index 705bde0..14864f9 100644
479
--- mew-minibuf.el
480
+++ mew-minibuf.el
481
@@ -1056,3 +1056,7 @@ it is deleted automatically."
482
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
483
 
484
 ;;; mew-minibuf.el ends here
485
+
486
+;; Local Variables:
487
+;; no-native-compile: t
488
+;; End:
489
diff --git mew-mule.el mew-mule.el
490
index aabebf3..c56da2e 100644
491
--- mew-mule.el
492
+++ mew-mule.el
493
@@ -168,3 +168,7 @@
494
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
495
 
496
 ;;; mew-mule.el ends here
497
+
498
+;; Local Variables:
499
+;; no-native-compile: t
500
+;; End:
501
diff --git mew-mule3.el mew-mule3.el
502
index 3b0dc8a..e71f672 100644
503
--- mew-mule3.el
504
+++ mew-mule3.el
505
@@ -424,3 +424,7 @@
506
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
507
 
508
 ;;; mew-mule3.el ends here
509
+
510
+;; Local Variables:
511
+;; no-native-compile: t
512
+;; End:
513
diff --git mew-net.el mew-net.el
514
index 2206b28..3ebf1d1 100644
515
--- mew-net.el
516
+++ mew-net.el
517
@@ -910,3 +910,7 @@ The messages in the server side is always retained."
518
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
519
 
520
 ;;; mew-net.el ends here
521
+
522
+;; Local Variables:
523
+;; no-native-compile: t
524
+;; End:
525
diff --git mew-nntp.el mew-nntp.el
526
index e9c3352..5f8b291 100644
527
--- mew-nntp.el
528
+++ mew-nntp.el
529
@@ -742,3 +742,7 @@
530
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
531
 
532
 ;;; mew-nntp.el ends here
533
+
534
+;; Local Variables:
535
+;; no-native-compile: t
536
+;; End:
537
diff --git mew-nntp2.el mew-nntp2.el
538
index 4c12458..57ab6f0 100644
539
--- mew-nntp2.el
540
+++ mew-nntp2.el
541
@@ -446,3 +446,7 @@
542
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
543
 
544
 ;;; mew-nntp2.el ends here
545
+
546
+;; Local Variables:
547
+;; no-native-compile: t
548
+;; End:
549
diff --git mew-passwd.el mew-passwd.el
550
index 9604901..08962da 100644
551
--- mew-passwd.el
552
+++ mew-passwd.el
553
@@ -351,3 +351,7 @@
554
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
555
 
556
 ;;; mew-passwd.el ends here
557
+
558
+;; Local Variables:
559
+;; no-native-compile: t
560
+;; End:
561
diff --git mew-pgp.el mew-pgp.el
562
index 6f53cdd..ac55657 100644
563
--- mew-pgp.el
564
+++ mew-pgp.el
565
@@ -1296,3 +1296,7 @@ according to a URL in a field specified by 'mew-x-pgp-key-list'."
566
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
567
 
568
 ;;; mew-pgp.el ends here
569
+
570
+;; Local Variables:
571
+;; no-native-compile: t
572
+;; End:
573
diff --git mew-pick.el mew-pick.el
574
index 74ff9a8..2a48f4e 100644
575
--- mew-pick.el
576
+++ mew-pick.el
577
@@ -851,3 +851,7 @@ If you want to change the stored keyword, execute this command with '\\[universa
578
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
579
 
580
 ;;; mew-pick.el ends here
581
+
582
+;; Local Variables:
583
+;; no-native-compile: t
584
+;; End:
585
diff --git mew-pop.el mew-pop.el
586
index 9e2db7c..e78b099 100644
587
--- mew-pop.el
588
+++ mew-pop.el
589
@@ -989,3 +989,7 @@
590
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
591
 
592
 ;;; mew-pop.el ends here
593
+
594
+;; Local Variables:
595
+;; no-native-compile: t
596
+;; End:
597
diff --git mew-refile.el mew-refile.el
598
index 1ed35e5..02a278f 100644
599
--- mew-refile.el
600
+++ mew-refile.el
601
@@ -946,3 +946,7 @@ This is very convenient to refile all messages picked by '\\[mew-summary-pick]'.
602
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
603
 
604
 ;;; mew-refile.el ends here
605
+
606
+;; Local Variables:
607
+;; no-native-compile: t
608
+;; End:
609
diff --git mew-scan.el mew-scan.el
610
index a251ac5..c72e1cf 100644
611
--- mew-scan.el
612
+++ mew-scan.el
613
@@ -928,3 +928,7 @@ non-nil, only headers of messages are cached. If executed with
614
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
615
 
616
 ;;; mew-scan.el ends here
617
+
618
+;; Local Variables:
619
+;; no-native-compile: t
620
+;; End:
621
diff --git mew-search.el mew-search.el
622
index cd2985c..01f85d9 100644
623
--- mew-search.el
624
+++ mew-search.el
625
@@ -813,3 +813,7 @@ from scratch."
626
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
627
 
628
 ;;; mew-search.el ends here
629
+
630
+;; Local Variables:
631
+;; no-native-compile: t
632
+;; End:
633
diff --git mew-smime.el mew-smime.el
634
index c720ad4..7842728 100644
635
--- mew-smime.el
636
+++ mew-smime.el
637
@@ -499,3 +499,7 @@
638
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
639
 
640
 ;;; mew-smime.el ends here
641
+
642
+;; Local Variables:
643
+;; no-native-compile: t
644
+;; End:
645
diff --git mew-smtp.el mew-smtp.el
646
index e3dbbdc..ab6ff38 100644
647
--- mew-smtp.el
648
+++ mew-smtp.el
649
@@ -791,3 +791,7 @@
650
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
651
 
652
 ;;; mew-smtp.el ends here
653
+
654
+;; Local Variables:
655
+;; no-native-compile: t
656
+;; End:
657
diff --git mew-sort.el mew-sort.el
658
index 391476c..912a54b 100644
659
--- mew-sort.el
660
+++ mew-sort.el
661
@@ -525,3 +525,7 @@ local cache messages are packed."
662
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
663
 
664
 ;;; mew-sort.el ends here
665
+
666
+;; Local Variables:
667
+;; no-native-compile: t
668
+;; End:
669
diff --git mew-ssh.el mew-ssh.el
670
index 7aa3adc..fbd4c37 100644
671
--- mew-ssh.el
672
+++ mew-ssh.el
673
@@ -256,3 +256,7 @@ after ':'."
674
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
675
 
676
 ;;; mew-ssh.el ends here
677
+
678
+;; Local Variables:
679
+;; no-native-compile: t
680
+;; End:
681
diff --git mew-ssl.el mew-ssl.el
682
index 608ab79..30327c2 100644
683
--- mew-ssl.el
684
+++ mew-ssl.el
685
@@ -323,3 +323,7 @@ A local port number can be obtained the process name after ':'. "
686
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
687
 
688
 ;;; mew-ssl.el ends here
689
+
690
+;; Local Variables:
691
+;; no-native-compile: t
692
+;; End:
693
diff --git mew-summary.el mew-summary.el
694
index 06b575e..31fcfcb 100644
695
--- mew-summary.el
696
+++ mew-summary.el
697
@@ -426,3 +426,7 @@ and return (beg . end)."
698
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
699
 
700
 ;;; mew-summary.el ends here
701
+
702
+;; Local Variables:
703
+;; no-native-compile: t
704
+;; End:
705
diff --git mew-summary2.el mew-summary2.el
706
index 7434d27..e2c3fbb 100644
707
--- mew-summary2.el
708
+++ mew-summary2.el
709
@@ -817,3 +817,7 @@ over the window. Type '\\[mew-summary-prev-page]' to see them when a message is
710
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
711
 
712
 ;;; mew-summary2.el ends here
713
+
714
+;; Local Variables:
715
+;; no-native-compile: t
716
+;; End:
717
diff --git mew-summary3.el mew-summary3.el
718
index e9b3a4c..5625181 100644
719
--- mew-summary3.el
720
+++ mew-summary3.el
721
@@ -490,3 +490,7 @@ attached."
722
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
723
 
724
 ;;; mew-summary3.el ends here
725
+
726
+;; Local Variables:
727
+;; no-native-compile: t
728
+;; End:
729
diff --git mew-summary4.el mew-summary4.el
730
index 3e900cc..a524f2c 100644
731
--- mew-summary4.el
732
+++ mew-summary4.el
733
@@ -1227,3 +1227,7 @@ Executing this command enables searching such information."
734
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
735
 
736
 ;;; mew-summary4.el ends here
737
+
738
+;; Local Variables:
739
+;; no-native-compile: t
740
+;; End:
741
diff --git mew-syntax.el mew-syntax.el
742
index 9a6ea2f..f2b03b1 100644
743
--- mew-syntax.el
744
+++ mew-syntax.el
745
@@ -1055,3 +1055,7 @@ system."
746
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
747
 
748
 ;;; mew-syntax.el ends here
749
+
750
+;; Local Variables:
751
+;; no-native-compile: t
752
+;; End:
753
diff --git mew-thread.el mew-thread.el
754
index 7e575cb..7523e90 100644
755
--- mew-thread.el
756
+++ mew-thread.el
757
@@ -1180,3 +1180,7 @@ The thread/message is specified with the mark(\\[set-mark-command])."
758
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
759
 
760
 ;;; mew-thread.el ends here
761
+
762
+;; Local Variables:
763
+;; no-native-compile: t
764
+;; End:
765
diff --git mew-unix.el mew-unix.el
766
index 7c40726..26f9948 100644
767
--- mew-unix.el
768
+++ mew-unix.el
769
@@ -145,3 +145,7 @@
770
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
771
 
772
 ;;; mew-unix.el ends here
773
+
774
+;; Local Variables:
775
+;; no-native-compile: t
776
+;; End:
777
diff --git mew-vars.el mew-vars.el
778
index 92ea41e..0c32ed5 100644
779
--- mew-vars.el
780
+++ mew-vars.el
781
@@ -3322,3 +3322,7 @@ Level 2: syntax error."
782
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
783
 
784
 ;;; mew-vars.el ends here
785
+
786
+;; Local Variables:
787
+;; no-native-compile: t
788
+;; End:
789
diff --git mew-vars2.el mew-vars2.el
790
index c7d629e..fead654 100644
791
--- mew-vars2.el
792
+++ mew-vars2.el
793
@@ -1013,3 +1013,7 @@ An example is as follows:
794
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
795
 
796
 ;;; mew-vars2.el ends here
797
+
798
+;; Local Variables:
799
+;; no-native-compile: t
800
+;; End:
801
diff --git mew-vars3.el mew-vars3.el
802
index a35ec18..68b6223 100644
803
--- mew-vars3.el
804
+++ mew-vars3.el
805
@@ -223,3 +223,7 @@
806
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
807
 
808
 ;;; mew-vars.el ends here
809
+
810
+;; Local Variables:
811
+;; no-native-compile: t
812
+;; End:
813
diff --git mew-varsx.el mew-varsx.el
814
index a66afd9..e02207b 100644
815
--- mew-varsx.el
816
+++ mew-varsx.el
817
@@ -268,3 +268,7 @@
818
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
819
 
820
 ;;; mew-varsx.el ends here
821
+
822
+;; Local Variables:
823
+;; no-native-compile: t
824
+;; End:
825
diff --git mew-virtual.el mew-virtual.el
826
index da0c794..23a56f0 100644
827
--- mew-virtual.el
828
+++ mew-virtual.el
829
@@ -243,3 +243,7 @@ If called with '\\[universal-argument]', you can specify a target mark."
830
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
831
 
832
 ;;; mew-virtual.el ends here
833
+
834
+;; Local Variables:
835
+;; no-native-compile: t
836
+;; End:
837
diff --git mew-win32.el mew-win32.el
838
index 4d33cd4..49cf792 100644
839
--- mew-win32.el
840
+++ mew-win32.el
841
@@ -266,3 +266,7 @@
842
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
843
 
844
 ;;; mew-win32.el ends here
845
+
846
+;; Local Variables:
847
+;; no-native-compile: t
848
+;; End:
849
diff --git mew.el mew.el
850
index 64c19b0..5884bfa 100644
851
--- mew.el
852
+++ mew.el
853
@@ -773,3 +773,7 @@ Mew remain, so you can resume with buffer operations."
854
 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
855
 
856
 ;;; mew.el ends here
857
+
858
+;; Local Variables:
859
+;; no-native-compile: t
860
+;; End:
861
-- 
862
2.33.0
863

Return to bug 258172