mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(byte-compile-interactive-only-functions): Add comint-run.
This commit is contained in:
parent
5cb16bfc75
commit
6444d64a4d
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
|
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
|
||||||
|
Add comint-run.
|
||||||
|
|
||||||
* calc/calc.el: Improve commenting convention.
|
* calc/calc.el: Improve commenting convention.
|
||||||
(calc-digit-map, toplevel): Simplify.
|
(calc-digit-map, toplevel): Simplify.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -427,7 +427,7 @@ else the global value will be modified."
|
||||||
(defvar byte-compile-interactive-only-functions
|
(defvar byte-compile-interactive-only-functions
|
||||||
'(beginning-of-buffer end-of-buffer replace-string replace-regexp
|
'(beginning-of-buffer end-of-buffer replace-string replace-regexp
|
||||||
insert-file insert-buffer insert-file-literally previous-line next-line
|
insert-file insert-buffer insert-file-literally previous-line next-line
|
||||||
goto-line)
|
goto-line comint-run)
|
||||||
"List of commands that are not meant to be called from Lisp.")
|
"List of commands that are not meant to be called from Lisp.")
|
||||||
|
|
||||||
(defvar byte-compile-not-obsolete-var nil
|
(defvar byte-compile-not-obsolete-var nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue