pcvs-info.el: Prefer declare-function
over autoload
* lisp/vc/pcvs-info.el (cvs-mode-toggle-mark): Use `declare-function` to silence the byte-compiler warning.
This commit is contained in:
parent
ec52d2775a
commit
0e20d76a38
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ to confuse some users sometimes."
|
|||
(defvar cvs-bakprefix ".#"
|
||||
"The prefix that CVS prepends to files when rcsmerge'ing.")
|
||||
|
||||
(autoload 'cvs-mode-toggle-mark "pcvs")
|
||||
(declare-function 'cvs-mode-toggle-mark "pcvs" (e))
|
||||
|
||||
(defvar-keymap cvs-status-map
|
||||
:doc "Local keymap for text properties of status."
|
||||
|
|
Loading…
Add table
Reference in a new issue