From bfbea3ac8dfd317d3d0f135b98d80bdcb4a84a74 Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 2 Mar 2001 09:40:59 +0000 Subject: * actions.c (initialize_default_keybindings): removed emacs binding. * Makefile.am (SUBDIRS): removed man/ * configure.in (AC_OUTPUT): removed man/Makefile removed references to emacs. * doc/Makefile.am (man_MANS): ratpoison.1 moved to doc/ * doc/ratpoison.texi: minor updates. --- src/ChangeLog | 5 +++++ src/actions.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 21151e8..42f8834 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-03-02 shawn + + * actions.c (initialize_default_keybindings): removed emacs + binding. + 2001-03-01 Ryan Yeske * ratpoison.h (xmalloc, xrealloc, fatal): Prototype. diff --git a/src/actions.c b/src/actions.c index 32c8059..f01a836 100644 --- a/src/actions.c +++ b/src/actions.c @@ -113,8 +113,6 @@ initialize_default_keybindings (void) add_keybinding (XK_c, 0, "exec " TERM_PROG); add_keybinding (XK_c, C, "exec " TERM_PROG); add_keybinding (XK_colon, 0, "colon"); - add_keybinding (XK_e, 0, "exec " EMACS_PROG); - add_keybinding (XK_e, C, "exec " EMACS_PROG); add_keybinding (XK_exclam, 0, "exec"); add_keybinding (XK_exclam, C, "colon exec " TERM_PROG " -e "); add_keybinding (XK_k, 0, "delete"); -- cgit v1.2.3