diff options
| author | Jan Djärv | 2009-11-17 09:13:36 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-11-17 09:13:36 +0000 |
| commit | 749cebc32fc282166b2cd1adfac362293957372e (patch) | |
| tree | 23ddd870af650fca19cb433e2472ccdec9a42685 /src | |
| parent | 637fa9880877f485842b7aca18146a1f12c05b96 (diff) | |
| download | emacs-749cebc32fc282166b2cd1adfac362293957372e.tar.gz emacs-749cebc32fc282166b2cd1adfac362293957372e.zip | |
Add font-setting.el to DOC.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 824381c812f..3d81cc1f2bc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -658,7 +658,8 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS) | |||
| 658 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ | 658 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ |
| 659 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ | 659 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ |
| 660 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc \ | 660 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc \ |
| 661 | ${lispsource}term/common-win.elc ${lispsource}term/x-win.elc | 661 | ${lispsource}term/common-win.elc ${lispsource}term/x-win.elc \ |
| 662 | ${lispsource}font-setting.elc | ||
| 662 | #else | 663 | #else |
| 663 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ | 664 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ |
| 664 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ | 665 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ |
| @@ -893,7 +894,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ | |||
| 893 | ../lisp/tooltip.elc ../lisp/image.elc \ | 894 | ../lisp/tooltip.elc ../lisp/image.elc \ |
| 894 | ../lisp/fringe.elc ../lisp/dnd.elc \ | 895 | ../lisp/fringe.elc ../lisp/dnd.elc \ |
| 895 | ../lisp/mwheel.elc ../lisp/tool-bar.elc \ | 896 | ../lisp/mwheel.elc ../lisp/tool-bar.elc \ |
| 896 | ../lisp/x-dnd.elc \ | 897 | ../lisp/x-dnd.elc ../lisp/font-setting.elc \ |
| 897 | ../lisp/international/ccl.elc \ | 898 | ../lisp/international/ccl.elc \ |
| 898 | ../lisp/international/fontset.elc \ | 899 | ../lisp/international/fontset.elc \ |
| 899 | ../lisp/mouse.elc \ | 900 | ../lisp/mouse.elc \ |