Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
230e1e80
Commit
230e1e80
authored
Apr 22, 2005
by
Nick Roberts
Browse files
*** empty log message ***
parent
f7f8f37a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
etc/NEWS
etc/NEWS
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lispref/ChangeLog
lispref/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
230e1e80
...
...
@@ -2842,6 +2842,14 @@ and post-command-hooks.
*** The new function `rassq-delete-all' deletes all elements from an
alist whose cdr is `eq' to a specified value.
+++
*** New function make-obsolete-variable to warn that a variable may be removed
at some stage in the future.
+++
*** New macro define-obsolete-variable-alias to combine defvaralias and
make-obsolete-variable.
---
** easy-mmode-define-global-mode has been renamed to
define-global-minor-mode. The old name remains as an alias.
...
...
lisp/ChangeLog
View file @
230e1e80
2005-04-22 Nick Roberts <nickrob@snap.net.nz>
* emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2005-04-21 Lute Kamstra <lute@gnu.org>
* loadhist.el (unload-feature): Don't remove a function from hooks
...
...
lispref/ChangeLog
View file @
230e1e80
2005-04-22 Nick Roberts <nickrob@snap.net.nz>
* variables.texi (Variable Aliases): Describe make-obsolete-variable
and define-obsolete-variable-alias.
2005-04-22 Kim F. Storm <storm@cua.dk>
* symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
...
...
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