changeset 41764:5120deb8797a

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 Dec 2001 04:50:49 +0000
parents 541b53a03028
children 27b70bc263d6
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Dec 02 04:49:43 2001 +0000
+++ b/lisp/ChangeLog	Sun Dec 02 04:50:49 2001 +0000
@@ -3,6 +3,17 @@
 	* isearch.el (isearch-resume-enabled): New variable.
 	(isearch-done): Use that variable.
 
+2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* indent.el (tab-to-tab-stop): Use delete-horizontal-space.
+
+	* bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
+
+	* emacs-lisp/regexp-opt.el (regexp-opt):
+	Bind completion-regexp-list to nil.
+
+	* progmodes/hideif.el (hif-nexttoken): Move to before first def.
+
 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* progmodes/idlwave.el, progmodes/idlw-rinfo.el:
--- a/src/ChangeLog	Sun Dec 02 04:49:43 2001 +0000
+++ b/src/ChangeLog	Sun Dec 02 04:50:49 2001 +0000
@@ -1,3 +1,7 @@
+2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* lisp.h (run_hook_list_with_args): Undo last change.
+
 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
 
 	* xterm.c (x_draw_fringe_bitmap): Always undo clipping.
@@ -33,7 +37,7 @@
 	The following changes add left-fringe and right-fringe
 	frame parameters to adjust fringe widths, or remove one or
 	both fringes.
-	
+
 	* frame.h (struct frame): Remove trunc_area_pixel_width and
 	trunc_area_cols fields.
 	(Qleft_fringe, Qright_fringe): Declare.