emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v
Date: Thu, 06 Dec 2007 04:08:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/12/06 04:08:23

Index: emacsbug.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/emacsbug.el,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- emacsbug.el 21 Nov 2007 03:05:59 -0000      1.80
+++ emacsbug.el 6 Dec 2007 04:08:23 -0000       1.81
@@ -229,8 +229,8 @@
       (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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]