And this is the error which `make bootstrap` gives: make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" make[3]: Entering directory '/home/vspinu/bin/emacs-test/lisp' GEN calendar/cal-loaddefs.el Loading macroexp.elc... appt.el:0:0: error: wrong-type-argument: (markerp /home/vspinu/bin/emacs-test/lisp/calendar/appt.el) Makefile:406: recipe for target 'calendar/cal-loaddefs.el' failed make[3]: *** [calendar/cal-loaddefs.el] Error 255 make[3]: Leaving directory '/home/vspinu/bin/emacs-test/lisp' Makefile:727: recipe for target '../lisp/loaddefs.el' failed make[2]: *** [../lisp/loaddefs.el] Error 2 make[2]: Leaving directory '/home/vspinu/bin/emacs-test/src' Makefile:398: recipe for target 'src' failed make[1]: *** [src] Error 2 make[1]: Leaving directory '/home/vspinu/bin/emacs-test' Makefile:1091: recipe for target 'bootstrap' failed make: *** [bootstrap] Error 2 What am I doing wrong here? Vitalie