'(TeX-mode plain-TeX-mode LaTeX-mode tex-mode)
"*Modes that look like TeX to `add-log-current-defun'.")
-(declare-function c-beginning-of-defun "progmodes/cc-cmds" (&optional arg))
-(declare-function c-end-of-defun "progmodes/cc-cmds" (&optional arg))
+(declare-function c-beginning-of-defun "cc-cmds" (&optional arg))
+(declare-function c-end-of-defun "cc-cmds" (&optional arg))
;;;###autoload
(defun add-log-current-defun ()
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.
: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.
(defvar lazy-lock-mode)
(defvar jit-lock-mode)
-(declare-function fast-lock-after-fontify-buffer "obsolete/fast-lock")
-(declare-function fast-lock-after-unfontify-buffer "obsolete/fast-lock")
-(declare-function fast-lock-mode "obsolete/fast-lock")
-(declare-function lazy-lock-after-fontify-buffer "obsolete/lazy-lock")
-(declare-function lazy-lock-after-unfontify-buffer "obsolete/lazy-lock")
-(declare-function lazy-lock-mode "obsolete/lazy-lock")
+(declare-function fast-lock-after-fontify-buffer "fast-lock")
+(declare-function fast-lock-after-unfontify-buffer "fast-lock")
+(declare-function fast-lock-mode "fast-lock")
+(declare-function lazy-lock-after-fontify-buffer "lazy-lock")
+(declare-function lazy-lock-after-unfontify-buffer "lazy-lock")
+(declare-function lazy-lock-mode "lazy-lock")
(defun font-lock-turn-on-thing-lock ()
(let ((thing-mode (font-lock-value-in-major-mode font-lock-support-mode)))
src-file
file-name)))
-(declare-function ad-get-advice-info "emacs-lisp/advice" (function))
+(declare-function ad-get-advice-info "advice" (function))
;;;###autoload
(defun describe-function-1 (function)
(nconc ido-temp-list items)
(setq ido-temp-list items)))
-(declare-function tramp-tramp-file-p "net/tramp" (name))
+(declare-function tramp-tramp-file-p "tramp" (name))
(defun ido-file-name-all-completions-1 (dir)
(cond
(require 'info)
-(declare-function texinfo-format-refill "textmodes/texinfmt" ())
+(declare-function texinfo-format-refill "texinfmt" ())
;;;###autoload
(defun Info-tagify (&optional input-buffer-name)