diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-12-27 15:22:36 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-12-27 15:22:36 +0000 |
commit | 4220b2a5cee38a736c2e5562bd6198d9e46847b4 (patch) | |
tree | 753ed32df1e5b671947c67e34883d053295340f4 /lwlib/Makefile.in | |
parent | 639b8e4d14cfdc8a14ee514d2a6c7962ca38df43 (diff) | |
download | emacs-4220b2a5cee38a736c2e5562bd6198d9e46847b4.tar.gz |
* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an
action procedure for compatibility with Lesstif/Motif.
* Makefile.in (mostlyclean): Don't remove *~ on clean.
Diffstat (limited to 'lwlib/Makefile.in')
-rw-r--r-- | lwlib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 11368819f4a..dd2bb6537e9 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -57,7 +57,7 @@ lwlib-Xm.o: lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h mostlyclean: - $(RM) *.o core errs ,* *~ *.a .emacs_* make.log MakeOut \#* + $(RM) *.o core errs ,* *.a .emacs_* make.log MakeOut \#* clean: mostlyclean distclean: clean |