diff lisp/ChangeLog @ 31909:36892782f26a

(browse-url-file-url): Check for null maps.
author Sam Steingold <sds@gnu.org>
date Tue, 26 Sep 2000 13:05:29 +0000
parents d459e68ca9e8
children 8354221b2ced
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 26 13:03:24 2000 +0000
+++ b/lisp/ChangeLog	Tue Sep 26 13:05:29 2000 +0000
@@ -1,3 +1,7 @@
+2000-09-25  Sam Steingold  <sds@gnu.org>
+
+	* net/browse-url.el (browse-url-file-url): Check for null maps.
+
 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
 
 	* frame.el (frame-notice-user-settings): Make tool-bar-mode and
@@ -10,9 +14,9 @@
 	* bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
 	current-load-list in top-level forms.  Else this leaks a cons cell
 	every time a defun is called.
-	
+
 	* mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
-	
+
 2000-09-25  Dave Love  <fx@gnu.org>
 
 	* startup.el (fancy-splash-head): Check XPM is available.
@@ -32,10 +36,10 @@
 
 	* mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
 	rmail-dont-reply-to-names matches the empty string.
-	
+
 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
 
-	* startup.el (command-line-1, fancy-splash-text): Change the 
+	* startup.el (command-line-1, fancy-splash-text): Change the
 	text to sound more friendly.
 
 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>