annotate noleim-Makefile.in @ 33818:42ed3c6a1d89
(iswitchb-minibuf-depth): New variable.
(iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
we expect to be returned by minibuffer-depth once we prompt the
user in the minibuffer.
(iswitchb-entryfn-p): If minibuffer-depth returns the same value
as recorded in iswitchb-minibuf-depth, return non-nil.
author |
Eli Zaretskii <eliz@gnu.org> |
date |
Thu, 23 Nov 2000 16:23:42 +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:
|