aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-21 16:11:56 -0800
committerPaul Eggert2011-02-21 16:11:56 -0800
commit5ecec6a7f4a1ce83abd53a14fba7f51b668c6336 (patch)
tree2b0d1479e48d345d68d923e94bbd9f8fd4d512e4 /lib-src/ChangeLog
parentd47d631945f07360195c26452bd7d3f991d7e6c6 (diff)
downloademacs-5ecec6a7f4a1ce83abd53a14fba7f51b668c6336.tar.gz
emacs-5ecec6a7f4a1ce83abd53a14fba7f51b668c6336.zip
* movemail.c: Define macros only in needed contexts.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 1d0f24212ad..7aa13a45cba 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -14,8 +14,9 @@
14 14
15 * movemail.c (main, pop_retr): Rename locals to avoid shadowing. 15 * movemail.c (main, pop_retr): Rename locals to avoid shadowing.
16 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars. 16 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars.
17 (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE): 17 (DONE): Remove unused macro.
18 Remove unused macros. 18 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_FROM_LINE):
19 Define these macros only in the contexts that need them.
19 * pop.c (index): Remove unused macro. 20 * pop.c (index): Remove unused macro.
20 (KPOP_PORT): Define only if KERBEROS is defined. 21 (KPOP_PORT): Define only if KERBEROS is defined.
21 22