diff lisp/help-fns.el @ 90533:8a8e69664178

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 343-356) - Update from CVS - Update for ERC 5.1.3. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 113-115) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
author Miles Bader <miles@gnu.org>
date Wed, 19 Jul 2006 00:42:56 +0000
parents a5812696f7bf 2227a7e3b7eb
children 7eeafaaa9eab
line wrap: on
line diff
--- a/lisp/help-fns.el	Fri Jul 14 02:25:53 2006 +0000
+++ b/lisp/help-fns.el	Wed Jul 19 00:42:56 2006 +0000
@@ -534,7 +534,8 @@
 			 (error nil))))
 		  (when location
 		    (with-current-buffer (car location)
-		      (goto-char (cdr location))
+		      (when (cdr location)
+			(goto-char (cdr location)))
 		      (when (re-search-backward
 			     "^;;; Generated autoloads from \\(.*\\)" nil t)
 			(setq file-name (match-string 1)))))))