(and (listp event) (eq (car event) 'timer-event)))
\f
-(declare-function diary-entry-time "../calendar/diary-lib" (s))
+(declare-function diary-entry-time "diary-lib" (s))
;;;###autoload
(defun run-at-time (time repeat function &rest args)
(fill-region (point) (mark))))
-(declare-function c-mark-function "../progmodes/cc-cmds" ())
+(declare-function c-mark-function "cc-cmds" ())
;;;
;;; MARK SECTION WISELY
;;;
(setq char (read-char))
(vi-ask-for-info char))))
-(declare-function c-mark-function "../progmodes/cc-cmds" ())
+(declare-function c-mark-function "cc-cmds" ())
(defun vi-mark-region (arg region)
"Mark region appropriately. The next char REGION is d(efun),s(-exp),b(uffer),
(setq this-command 'next-line)
(if com (viper-execute-com 'viper-next-line val com))))
-(declare-function widget-type "../wid-edit" (widget))
-(declare-function widget-button-press "../wid-edit" (pos &optional event))
+(declare-function widget-type "wid-edit" (widget))
+(declare-function widget-button-press "wid-edit" (pos &optional event))
(declare-function viper-set-hooks "viper" ())
(defun viper-next-line-at-bol (arg)
Some infrequent characters are accessed by typing \\, followed by
the Cantonese romanization of the respective radical (\e$(0?f5}\e(B)."))
-(declare-function dos-8+3-filename "../dos-fns.el" (filename))
+(declare-function dos-8+3-filename "dos-fns.el" (filename))
(defun miscdic-convert (filename &optional dirname)
"Convert a dictionary file FILENAME into a Quail package.
(setq report-emacs-bug-orig-text (buffer-substring (point-min) (point))))
(goto-char user-point)))
-(declare-function Info-menu "../info" (menu-item &optional fork))
-(declare-function Info-goto-node "../info" (nodename &optional fork))
+(declare-function Info-menu "info" (menu-item &optional fork))
+(declare-function Info-goto-node "info" (nodename &optional fork))
(defun report-emacs-bug-info ()
"Go to the Info node on reporting Emacs bugs."
()
(equal start (match-end 0))))))
-(declare-function imenu-default-create-index-function "../imenu" ())
+(declare-function imenu-default-create-index-function "imenu" ())
;;;-------------------------------------------------------------------------
(defun dcl-imenu-create-index-function ()
(defvar inferior-prolog-mode-syntax-table prolog-mode-syntax-table)
(defvar inferior-prolog-mode-abbrev-table prolog-mode-abbrev-table)
-(declare-function comint-mode "../comint")
-(declare-function comint-send-string "../comint" (process string))
-(declare-function comint-send-region "../comint" (process start end))
-(declare-function comint-send-eof "../comint" ())
+(declare-function comint-mode "comint")
+(declare-function comint-send-string "comint" (process string))
+(declare-function comint-send-region "comint" (process start end))
+(declare-function comint-send-eof "comint" ())
(define-derived-mode inferior-prolog-mode comint-mode "Inferior Prolog"
"Major mode for interacting with an inferior Prolog process.
\f
-(declare-function doc-view-minor-mode "../doc-view")
+(declare-function doc-view-minor-mode "doc-view")
;; PostScript mode.
\f
;;;; Info-look functionality.
-(declare-function info-lookup-maybe-add-help "../info-look" (&rest arg))
+(declare-function info-lookup-maybe-add-help "info-look" (&rest arg))
(defun python-after-info-look ()
"Set up info-look for Python.
(fill-region-as-paragraph beg end justify))))))
fill-pfx)))
-(declare-function comment-search-forward "../newcomment" (limit &optional noerror))
-(declare-function comment-string-strip "../newcomment" (str beforep afterp))
+(declare-function comment-search-forward "newcomment" (limit &optional noerror))
+(declare-function comment-string-strip "newcomment" (str beforep afterp))
(defun fill-comment-paragraph (&optional justify)