branch: master
commit ba568ead992a3abcfe941a5d4f137fe3e77f4063
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; Silence the compiler for the change in 37e5a450
* tex.el: Silence the byte compiler for the functions
`LaTeX-counter-list' and `LaTeX-length-list'.
Add the library "comint" to the entries for `comint-exec' and
`comint-mode'.
---
tex.el | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/tex.el b/tex.el
index ec3650eb..2deabb3d 100644
--- a/tex.el
+++ b/tex.el
@@ -51,14 +51,13 @@
(bus service path interface method &rest args))
(declare-function dbus-register-signal "ext:dbus"
(bus service path interface signal handler &rest args))
-(declare-function LaTeX-environment-list "latex"
- nil)
-(declare-function LaTeX-bibliography-list "latex"
- nil)
-(declare-function comint-exec
+(declare-function LaTeX-environment-list "latex" nil)
+(declare-function LaTeX-bibliography-list "latex" nil)
+(declare-function LaTeX-counter-list "latex" nil)
+(declare-function LaTeX-length-list "latex" nil)
+(declare-function comint-exec "ext:comint"
(buffer name command startfile switches))
-(declare-function comint-mode
- nil)
+(declare-function comint-mode "ext:comint" nil)
(declare-function tex--prettify-symbols-compose-p "ext:tex-mode"
(start end match))
(declare-function gnuserv-start "ext:gnuserv"