view lisp/Makefile @ 17662:9b1b6974b36f

(minibuffer-text-before-history): New variable. (minibuffer-history-initialize): New fn, on minibuffer-setup-hook. (next-history-element, previous-matching-history-element): Initialize minibuffer-text-before-history. (next-history-element): Use minibuffer-text-before-history as "position 0" of the history list. Use minibuffer-default as position -1, if it is non-nil. Simplify error logic for beginning and end of history. (set-variable): Delete old definition (duplicate).
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 May 1997 11:54:37 +0000
parents 04fc73bb3416
children 8ec60a2d3ddb
line wrap: on
line source

#
# Maintenance productions for the Lisp directory
#
EMACS = emacs
SOURCES = *.el COPYING Makefile
lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el

unlock:
	chmod u+w $(SOURCES)

relock:
	chmod -w $(SOURCES)
	chmod +w version.el finder-inf.el loaddefs.el

doit:

cus-load.el: doit
	$(EMACS) -batch -l cus-dep.el -f custom-make-dependencies

finder-inf.el: doit
	$(EMACS) -batch -l finder -f finder-compile-keywords-make-dist

autoloads: doit
	$(EMACS) -batch -f batch-update-autoloads .

TAGS: $(lisptagsfiles)
	../lib-src/etags $(lisptagsfiles)