diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-24 20:54:13 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-24 20:54:13 -0400 |
commit | 171eda5358a6c63b4854688a300b0fe22d3fcb38 (patch) | |
tree | f502d64f89cd9a59a4c8a0b51324b3eb2e6c8ef5 /lisp/emacs-lisp | |
parent | 7eca871a82d582b986c638343f74d16b819a0f14 (diff) | |
parent | dd9b52a6930c42eeefb45938df309bebe9acec37 (diff) | |
download | emacs-171eda5358a6c63b4854688a300b0fe22d3fcb38.tar.gz emacs-171eda5358a6c63b4854688a300b0fe22d3fcb38.tar.bz2 emacs-171eda5358a6c63b4854688a300b0fe22d3fcb38.zip |
Merge from emacs-23
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 |