aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 09ddbe5fe56..b9a68c3378b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> 12009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4 Add comint-run.
5
3 * calc/calc.el: Improve commenting convention. 6 * calc/calc.el: Improve commenting convention.
4 (calc-digit-map, toplevel): Simplify. 7 (calc-digit-map, toplevel): Simplify.
5 8
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 1aa63e3bec0..5c18d2a4515 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -427,7 +427,7 @@ else the global value will be modified."
427(defvar byte-compile-interactive-only-functions 427(defvar byte-compile-interactive-only-functions
428 '(beginning-of-buffer end-of-buffer replace-string replace-regexp 428 '(beginning-of-buffer end-of-buffer replace-string replace-regexp
429 insert-file insert-buffer insert-file-literally previous-line next-line 429 insert-file insert-buffer insert-file-literally previous-line next-line
430 goto-line) 430 goto-line comint-run)
431 "List of commands that are not meant to be called from Lisp.") 431 "List of commands that are not meant to be called from Lisp.")
432 432
433(defvar byte-compile-not-obsolete-var nil 433(defvar byte-compile-not-obsolete-var nil