comparison lisp/textmodes/reftex-index.el @ 86851:321f32eb4bf5

* erc.el (open-ssl-stream, open-tls-stream, erc-network-name): Declare as functions. * textmodes/reftex-index.el (texmathp): * textmodes/reftex-auc.el (TeX-argument-insert) (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries) (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list) (LaTeX-label-list): * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays) (rng-clear-conditional-region, rng-do-some-validation): Declare as functions. (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 30 Nov 2007 08:12:58 +0000
parents 2ca0af23d79d
children e50a2e215441 53108e6cea98
comparison
equal deleted inserted replaced
86850:2ef1dabae41e 86851:321f32eb4bf5
37 (defvar mark-active) 37 (defvar mark-active)
38 (defvar zmacs-regions) 38 (defvar zmacs-regions)
39 (defvar transient-mark-mode) 39 (defvar transient-mark-mode)
40 (defvar TeX-master) 40 (defvar TeX-master)
41 ;; END remove for XEmacs release 41 ;; END remove for XEmacs release
42
43 (declare-function texmathp "ext:texmathp" ())
44
42 (defun reftex-index-selection-or-word (&optional arg phrase) 45 (defun reftex-index-selection-or-word (&optional arg phrase)
43 "Put selection or the word near point into the default index macro. 46 "Put selection or the word near point into the default index macro.
44 This uses the information in `reftex-index-default-macro' to make an index 47 This uses the information in `reftex-index-default-macro' to make an index
45 entry. The phrase indexed is the current selection or the word near point. 48 entry. The phrase indexed is the current selection or the word near point.
46 When called with one `C-u' prefix, let the user have a chance to edit the 49 When called with one `C-u' prefix, let the user have a chance to edit the