diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index b5ec0de156a..96b98c6a5b3 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1621,6 +1621,9 @@ be a list of the form returned by `event-start' and `event-end'." | |||
| 1621 | (defvaralias 'messages-buffer-max-lines 'message-log-max) | 1621 | (defvaralias 'messages-buffer-max-lines 'message-log-max) |
| 1622 | (define-obsolete-variable-alias 'inhibit-null-byte-detection | 1622 | (define-obsolete-variable-alias 'inhibit-null-byte-detection |
| 1623 | 'inhibit-nul-byte-detection "27.1") | 1623 | 'inhibit-nul-byte-detection "27.1") |
| 1624 | (make-obsolete-variable 'load-dangerous-libraries | ||
| 1625 | "no longer used." "27.1") | ||
| 1626 | |||
| 1624 | 1627 | ||
| 1625 | ;;;; Alternate names for functions - these are not being phased out. | 1628 | ;;;; Alternate names for functions - these are not being phased out. |
| 1626 | 1629 | ||