diff lisp/emacs-lisp/bytecomp.el @ 108666:6fcf1baf9c2a

* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): Add delete-backward-char.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 24 May 2010 17:01:10 -0400
parents 1d1d5d9bd884
children f3d817d46523 149090e9b891
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Thu May 20 21:06:34 2010 -0700
+++ b/lisp/emacs-lisp/bytecomp.el	Mon May 24 17:01:10 2010 -0400
@@ -353,7 +353,7 @@
 (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