From: Jan Djärv Date: Sun, 11 Apr 2010 10:49:51 +0000 (+0200) Subject: Add native-tabs-.elc to src/Makefile.in X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2b9f1182d6159061079fa0b480ec9ff81cc95f1;p=emacs.git Add native-tabs-.elc to src/Makefile.in --- 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 \