]> code.delx.au - gnu-emacs/blobdiff - lisp/soundex.el
(input-method-exit-on-first-char):
[gnu-emacs] / lisp / soundex.el
index 253a02315bd2aed28bada37d72e7d9a97e1384b2..2a33d5386952b59bc29086bd9e51a593000bc8cd 100644 (file)
@@ -1,4 +1,4 @@
-;;; soundex.el -- implement Soundex algorithm
+;;; soundex.el --- implement Soundex algorithm
 
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
@@ -71,4 +71,6 @@ and Searching\", Addison-Wesley (1973), pp. 391-392."
 ;("E460" "G200" "H416" "K530" "L300" "L222"
 ; "E460" "G200" "H416" "K530" "L300" "L222")
 
+(provide 'soundex)
+
 ;; soundex.el ends here