aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/emacsbug.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index eb96ef07612..dab87e04497 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -229,8 +229,8 @@ Type SPC to scroll through this section and its subsections."))))
229 (setq report-emacs-bug-orig-text (buffer-substring (point-min) (point)))) 229 (setq report-emacs-bug-orig-text (buffer-substring (point-min) (point))))
230 (goto-char user-point))) 230 (goto-char user-point)))
231 231
232(declare-function Info-menu "info" (menu-item &optional fork)) 232(declare-function Info-menu "../info" (menu-item &optional fork))
233(declare-function Info-goto-node "info" (nodename &optional fork)) 233(declare-function Info-goto-node "../info" (nodename &optional fork))
234 234
235(defun report-emacs-bug-info () 235(defun report-emacs-bug-info ()
236 "Go to the Info node on reporting Emacs bugs." 236 "Go to the Info node on reporting Emacs bugs."