* 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:
+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.
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.