]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 04:50:49 +0000 (04:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 04:50:49 +0000 (04:50 +0000)
lisp/ChangeLog
src/ChangeLog

index 8df0e30abd0378c9697a55577a331e2965831aeb..b42d0e959e5800db537d404d9f322f3dfb8bf26b 100644 (file)
@@ -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:
index a0574408d9bbb83589cc513f8456c9604f1b4128..0564165598021bb73443d59ef3822a50a5ce8465 100644 (file)
@@ -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.