Mercurial > emacs
diff lisp/ChangeLog @ 40637:9b6f792026b9
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 02 Nov 2001 04:59:56 +0000 |
parents | 404ac8ca379a |
children | 94d8278d383f |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 02 04:57:54 2001 +0000 +++ b/lisp/ChangeLog Fri Nov 02 04:59:56 2001 +0000 @@ -1,4 +1,7 @@ -2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu> +2001-11-01 Stefan Monnier <monnier@cs.yale.edu> + + * indent.el (tab-always-indent, indent-for-tab-command): + Remove redundant `never' setting. * fill.el (fill-region-as-paragraph): Don't forget to skip over current whitespace before looking for a preceding space. @@ -35,8 +38,8 @@ * bindings.el (mode-line-frame-identification): Add doc string. (mode-line-position, mode-line-modes): New variables. (mode-line-format): Use mode-line-position for the part - that displays the position-in-buffer info. Use - mode-line-modes for the part that displays major and minor modes. + that displays the position-in-buffer info. + Use mode-line-modes for the part that displays major and minor modes. 2001-10-31 Sam Steingold <sds@gnu.org>