# HG changeset patch # User Oleksandr Gavenko # Date 1444737413 -10800 # Node ID c43104a5ff4a76b1d9fda86726e97b5c43cce132 # Parent 064ea72c81c9de11837efcd65befb03a718ec40a Fix: my-w3m-view-url: Invalid function: w3m-anchor diff -r 064ea72c81c9 -r c43104a5ff4a Makefile --- a/Makefile Sat Sep 26 19:29:44 2015 +0300 +++ b/Makefile Tue Oct 13 14:56:53 2015 +0300 @@ -144,7 +144,7 @@ ./.emacs-autogen.sh $(emacsdir)/.emacs-autogen; \ $(EMACS) -Q --batch --eval='(let ((generated-autoload-file "$(mylispdir)/loaddefs.el")) (update-directory-autoloads "$(mylispdir)"))' \ -$(EMACS) -Q --batch --eval='(load "$(curdir)/.emacs-defs")' --eval='(my-load.add-my-loadpaths)' --eval='(load "$(emacsdir)/.emacs-pre")' \ +$(EMACS) --batch --eval='(load "$(curdir)/.emacs-defs")' --eval='(my-load.add-my-loadpaths)' --eval='(load "$(emacsdir)/.emacs-pre")' \ --eval='(byte-compile-file "$(emacsdir)/.emacs-my")' --eval='(byte-force-recompile "$(mylispdir)")' cp -r srecode/ $(HOME)/.emacs.d/