aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-10-07 04:13:09 +0000
committerStefan Monnier2000-10-07 04:13:09 +0000
commit20b1d07968d9e99693ea14efb32cd65bbb176bfe (patch)
treee1e38295fe32bc8623a7646443c0f0b8f48c69d2 /lisp/ChangeLog
parent9ee45b2cc114ab555e45d9f030747b9c7e5a7a89 (diff)
downloademacs-20b1d07968d9e99693ea14efb32cd65bbb176bfe.tar.gz
emacs-20b1d07968d9e99693ea14efb32cd65bbb176bfe.zip
(tab-always-indent): New var.
(indent-for-tab-command): Use it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 72e2fb27d15..753abd71091 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,7 @@
12000-10-06 Stefan Monnier <monnier@cs.yale.edu> 12000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2
3 * indent.el (tab-always-indent): New var.
4 (indent-for-tab-command): Use it.
2 5
3 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than 6 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4 raise an error. This way it can still defaults to a sane value. 7 raise an error. This way it can still defaults to a sane value.