From a2b9f1182d6159061079fa0b480ec9ff81cc95f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sun, 11 Apr 2010 12:49:51 +0200 Subject: [PATCH] Add native-tabs-.elc to src/Makefile.in --- lisp/native-tabs.el | 1 + src/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/native-tabs.el b/lisp/native-tabs.el index af9697fde3d..afd46a9124b 100644 --- a/lisp/native-tabs.el +++ b/lisp/native-tabs.el @@ -42,6 +42,7 @@ map) "Keymap for `tab-mode´") +;;;###autoload (define-minor-mode tab-mode "Toggle use of tabs. This command applies to all frames that exist and frames to be diff --git a/src/Makefile.in b/src/Makefile.in index cd5027dc4d8..849658a4d38 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -596,7 +596,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS) ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc \ ${lispsource}term/common-win.elc ${lispsource}term/x-win.elc \ - ${lispsource}font-setting.elc + ${lispsource}font-setting.elc ${lispsource}native-tabs.elc #else #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ @@ -831,7 +831,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ ../lisp/tooltip.elc ../lisp/image.elc \ ../lisp/fringe.elc ../lisp/dnd.elc \ ../lisp/mwheel.elc ../lisp/tool-bar.elc \ - ../lisp/x-dnd.elc ../lisp/font-setting.elc \ + ../lisp/x-dnd.elc ../lisp/font-setting.elc ../lisp/native-tabs.elc \ ../lisp/international/ccl.elc \ ../lisp/international/fontset.elc \ ../lisp/mouse.elc \ -- 2.39.5