diff options
author | Kenichi Handa <handa@etlken> | 2010-05-25 10:03:44 +0900 |
---|---|---|
committer | Kenichi Handa <handa@etlken> | 2010-05-25 10:03:44 +0900 |
commit | cdf522217cd425ca6dabb1fc6c0fb7fb9c95883b (patch) | |
tree | 993ab2a02b7737549c408adb148aed12c86bafd2 /lisp/emacs-lisp | |
parent | 8a2b8c4f7c2a18254fc0b34f236d7487fc7917d4 (diff) | |
parent | 171eda5358a6c63b4854688a300b0fe22d3fcb38 (diff) | |
download | emacs-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.el | 2 |
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 |