Mercurial > emacs
view src/autodeps.mk @ 112193:700b890dcfb5
proto-stream.el (open-protocol-stream): Protect against the low-level transport functions returning nil.
gnus-sum.el (gnus-summary-next-article): Remove hack to reselect group window, because it does the wrong thing when a separate frame displays the group buffer.
gnus-int.el (gnus-request-accept-article): Don't try to update marks and stuff if the backend didn't return the article number. This fixes an Exchange-related nnimap bug.
mm-decode.el (mm-preferred-alternative-precedence): Discourage showing empty parts.
nnimap.el (nnimap-convert-partial-article): Protect against zero-length body parts.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Tue, 11 Jan 2011 23:32:50 +0000 |
parents | 5df3f77a9df9 |
children |
line wrap: on
line source
### autodeps.mk --- src/Makefile fragment for GNU Emacs ## This is inserted in src/Makefile if AUTO_DEPEND=yes. ALLOBJS=$(START_FILES) ${obj} ${otherobj} -include $(ALLOBJS:%.o=${DEPDIR}/%.d)