Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8392e138
Commit
8392e138
authored
Aug 08, 2004
by
Luc Teirlinck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c90e7e43
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
etc/NEWS
etc/NEWS
+1
-1
lisp/ChangeLog
lisp/ChangeLog
+11
-0
src/ChangeLog
src/ChangeLog
+2
-2
No files found.
etc/NEWS
View file @
8392e138
...
...
@@ -2189,7 +2189,7 @@ configuration files.
+++
** Both the variable and the function `disabled-command-hook' have
been renamed to `disabled-command-function'
,
The variable
been renamed to `disabled-command-function'
.
The variable
`disabled-command-hook' has been kept as an obsolete alias.
** Function `compute-motion' now calculates the usable window
...
...
lisp/ChangeLog
View file @
8392e138
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.
...
...
src/ChangeLog
View file @
8392e138
2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
* keyboard.c: Declare Qdisabled_command_function instead of
Qdisabled_command_
command
.
Qdisabled_command_
hook
.
(Fcommand_execute): Use Qdisabled_command_function instead of
Qdisabled_command_
command
.
Qdisabled_command_
hook
.
(syms_of_keyboard): Ditto.
2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment