* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Add delete-backward-char.
This commit is contained in:
parent
f5b416d2ef
commit
dd9b52a693
2 changed files with 4 additions and 2 deletions
|
@ -353,7 +353,7 @@ else the global value will be modified."
|
|||
(defvar byte-compile-interactive-only-functions
|
||||
'(beginning-of-buffer end-of-buffer replace-string replace-regexp
|
||||
insert-file insert-buffer insert-file-literally previous-line next-line
|
||||
goto-line comint-run)
|
||||
goto-line comint-run delete-backward-char)
|
||||
"List of commands that are not meant to be called from Lisp.")
|
||||
|
||||
(defvar byte-compile-not-obsolete-vars nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue