annotate noleim-Makefile.in @ 33704:f14d787f4b33
(isearch-mode-map): Fix docstring. Init in defvar.
(minibuffer-local-isearch-map): Init in defvar. Use inheritance.
(isearch-clean-overlays, isearch-range-invisible, isearch-unread):
Use mapc rather than map.
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Tue, 21 Nov 2000 21:28:05 +0000 |
parents |
722e2e186e85 |
children |
959f9593632f |
rev |
line source |
31918
|
1 # This placeholder appears in the `leim' subdirectory in the Emacs
|
|
2 # distribution. It is is overwritten with a real makefile
|
|
3 # when you actually extract LEIM into the directory.
|
|
4 all install:
|
|
5
|
|
6 # Avoid error when these targets are used.
|
|
7 clean distclean mostlyclean maintainer-clean:
|