]> git.eshelyaron.com Git - emacs.git/commitdiff
Add native-tabs-.elc to src/Makefile.in
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 11 Apr 2010 10:49:51 +0000 (12:49 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 11 Apr 2010 10:49:51 +0000 (12:49 +0200)
lisp/native-tabs.el
src/Makefile.in

index af9697fde3d134545abb6222a2443267ffd5a6d0..afd46a9124b939435c39a7792c31f27dfa4411ac 100644 (file)
@@ -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
index cd5027dc4d83f23a6dc4fd2931ce7736b242d839..849658a4d38394982cbff49f6b6c599ada306563 100644 (file)
@@ -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 \