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
1814e5a9
Commit
1814e5a9
authored
Oct 12, 1996
by
Richard M. Stallman
Browse files
(define-function): Mark it as obsolete.
parent
339b405d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+2
-1
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
1814e5a9
...
...
@@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
(
defconst
byte-compile-version
"$Revision: 2.2
0
$"
)
(
defconst
byte-compile-version
"$Revision: 2.2
1
$"
)
;; This file is part of GNU Emacs.
...
...
@@ -3339,6 +3339,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
(
make-obsolete
'buffer-flush-undo
'buffer-disable-undo
)
(
make-obsolete
'baud-rate
"use the baud-rate variable instead"
)
(
make-obsolete
'compiled-function-p
'byte-code-function-p
)
(
make-obsolete
'define-function
'defalias
)
(
make-obsolete-variable
'auto-fill-hook
'auto-fill-function
)
(
make-obsolete-variable
'blink-paren-hook
'blink-paren-function
)
(
make-obsolete-variable
'lisp-indent-hook
'lisp-indent-function
)
...
...
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