summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-08-08 17:14:58 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-08-08 17:14:58 +0000
commit8392e13818eadb0645893eaf991d9cae429f2e78 (patch)
tree98461b36cfdb3da9ee4c2004759897d251e44dbd /lisp
parentc90e7e43b102a9732ea4ef7a292f51cec881d463 (diff)
downloademacs-8392e13818eadb0645893eaf991d9cae429f2e78.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c59e0003f94..afa583fd9ef 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
+
+ * subr.el (global-unset-key, local-unset-key): Doc fixes.
+
+ * novice.el (disabled-command-function): New variable renamed from
+ `disabled-command-hook'.
+ (disabled-command-hook): Keep the _variable_ as alias for
+ `disabled-command-function' and make obsolete.
+ (disabled-command-function): Function renamed from
+ `disabled-command-hook'. Adapt code to name change of the variable.
+
2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
* simple.el (completion-root-regexp): New defvar.