comparison 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
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1202 ;; still losing 1202 ;; still losing
1203 (locate-completion-db-error))))) 1203 (locate-completion-db-error)))))
1204 1204
1205 (defun locate-completion-db-error () 1205 (defun locate-completion-db-error ()
1206 ;; recursive error: really scrod 1206 ;; recursive error: really scrod
1207 (error "Completion database corrupted. Try M-x clear-all-completions. Send bug report.")) 1207 (error "Completion database corrupted. Try M-x clear-all-completions. Send bug report"))
1208 1208
1209 ;; WRITES 1209 ;; WRITES
1210 (defun add-completion-to-tail-if-new (string) 1210 (defun add-completion-to-tail-if-new (string)
1211 "If STRING is not in the database add it to appropriate prefix list. 1211 "If STRING is not in the database add it to appropriate prefix list.
1212 STRING is added to the end of the appropriate prefix list with 1212 STRING is added to the end of the appropriate prefix list with