Mercurial > emacs
view src/autodeps.mk @ 112036:f559229a64b8
* doc-view.el (doc-view-mode, doc-view-toggle-display): Use
normal-mode without doc-view-mode bindings in auto-mode-alist as
fallback instead of hard coding fundamental mode.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Thu, 30 Dec 2010 15:47:53 +0100 |
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)