diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 6c0ad00afa5..f48ca545c9d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1511,6 +1511,8 @@ be a list of the form returned by `event-start' and `event-end'." (make-obsolete-variable 'x-gtk-use-window-move nil "26.1") (defvaralias 'messages-buffer-max-lines 'message-log-max) +(define-obsolete-variable-alias 'inhibit-null-byte-detection + 'inhibit-nul-byte-detection "27.1") ;;;; Alternate names for functions - these are not being phased out. |