Remove directory part from filenames in function declarations.
This commit is contained in:
parent
40234eaf65
commit
2c52d7a3b2
7 changed files with 14 additions and 14 deletions
|
@ -1054,7 +1054,7 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
|
|||
nil)
|
||||
|
||||
;; (compile-mode) will cause this to be loaded.
|
||||
(declare-function compilation-forget-errors "../progmodes/compile" nil)
|
||||
(declare-function compilation-forget-errors "compile" ())
|
||||
|
||||
;; Log the start of a file in *Compile-Log*, and mark it as done.
|
||||
;; Return the position of the start of the page in the log buffer.
|
||||
|
|
|
@ -78,8 +78,8 @@ Thanks.")
|
|||
:type 'string
|
||||
:group 'gulp)
|
||||
|
||||
(declare-function mail-subject "../mail/sendmail" ())
|
||||
(declare-function mail-send "../mail/sendmail" ())
|
||||
(declare-function mail-subject "sendmail" ())
|
||||
(declare-function mail-send "sendmail" ())
|
||||
|
||||
(defun gulp-send-requests (dir &optional time)
|
||||
"Send requests for updates to the authors of Lisp packages in directory DIR.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue