diff lisp/completion.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents cbc6a64048ee
children 7308bbc423d5
line wrap: on
line diff
--- a/lisp/completion.el	Sat Jul 14 18:19:27 2001 +0000
+++ b/lisp/completion.el	Sun Jul 15 16:15:35 2001 +0000
@@ -1204,7 +1204,7 @@
 
 (defun locate-completion-db-error ()
   ;; recursive error: really scrod
-  (error "Completion database corrupted.  Try M-x clear-all-completions.  Send bug report."))
+  (error "Completion database corrupted.  Try M-x clear-all-completions.  Send bug report"))
 
 ;; WRITES
 (defun add-completion-to-tail-if-new (string)