summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@etlken>2010-05-25 10:03:44 +0900
committerKenichi Handa <handa@etlken>2010-05-25 10:03:44 +0900
commitcdf522217cd425ca6dabb1fc6c0fb7fb9c95883b (patch)
tree993ab2a02b7737549c408adb148aed12c86bafd2 /lisp/emacs-lisp
parent8a2b8c4f7c2a18254fc0b34f236d7487fc7917d4 (diff)
parent171eda5358a6c63b4854688a300b0fe22d3fcb38 (diff)
downloademacs-cdf522217cd425ca6dabb1fc6c0fb7fb9c95883b.tar.gz
emacs-cdf522217cd425ca6dabb1fc6c0fb7fb9c95883b.tar.bz2
emacs-cdf522217cd425ca6dabb1fc6c0fb7fb9c95883b.zip
merge trunk
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 0c3a7b69798..217afea9f8a 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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