diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-05-04 21:48:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-05-04 21:48:52 +0000 |
commit | 42eaac2125ca75991c4b2e46d48deadfbf5ba9ed (patch) | |
tree | 4a1e21caf522c7a10729bb7a4c2b7ffb6e068e02 /lib-src | |
parent | 06d8227a86b9cb00e2657c418992f14766aa02b3 (diff) | |
download | emacs-42eaac2125ca75991c4b2e46d48deadfbf5ba9ed.tar.gz |
(DEFAULT_OUTFILE): Set to `BROWSE'.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ebrowse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 4e344a8bc11..26a18efe237 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -67,7 +67,7 @@ /* The default output file name. */ -#define DEFAULT_OUTFILE "EBROWSE" +#define DEFAULT_OUTFILE "BROWSE" /* A version string written to the output file. Change this whenever the structure of the output file changes. */ |