* 'master' of git.distorted.org.uk:~mdw/publish/public-git/profile:
dot/zshrc: Some other tweaks.
dot/zshrc: Use `hist_ignore_space' instead of the `zshaddhistory' hack.
dot/bashrc, dot/zshrc: Turn on `!' expansion explicitly.
EMACSLIB = $(HOME)/lib/emacs
EMACS_VERSION := $(shell $(EMACS) 2>&1 -Q --batch --eval \
- '(message "%s %s" emacs-major-version emacs-minor-version)')
+ '(message "%s %s" emacs-major-version emacs-minor-version)' | \
+ tail -n1)
emacs-version-p = $(shell set -- $(EMACS_VERSION); \
if [ $$1 -gt $1 ] || ([ $$1 -eq $1 ] && [ $$2 -ge $2 ]); then \
echo t; \