changeset 39184:99eeeafafa93

(locate-insert-header): Remove unnecessary whitespaces.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 07 Sep 2001 13:32:45 +0000
parents 4ba1f03d41cc
children a40d495520d2
files lisp/locate.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/locate.el	Fri Sep 07 13:30:50 2001 +0000
+++ b/lisp/locate.el	Fri Sep 07 13:32:45 2001 +0000
@@ -1,6 +1,6 @@
 ;;; locate.el --- interface to the locate command
 
-;; Copyright (C) 1996, 1998 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1998, 2001 Free Software Foundation, Inc.
 
 ;; Author: Peter Breton <pbreton@cs.umb.edu>
 ;; Keywords: unix files
@@ -404,9 +404,9 @@
 	      (append (list locate-current-filter) locate-format-args)))
 
     (setq locate-format-string
-	  (concat locate-format-string ": \n\n")
+	  (concat locate-format-string ":\n\n")
 	  locate-regexp-match
-	  (concat locate-regexp-match ": \n"))
+	  (concat locate-regexp-match ":\n"))
 
     (insert (apply 'format locate-format-string (reverse locate-format-args)))