]> code.delx.au - gnu-emacs/blobdiff - lisp/soundex.el
(save-abbrevs, save-some-buffers): Don't ask the user
[gnu-emacs] / lisp / soundex.el
index 5f703228df2e8e0917580c3ef5b786879eabf03a..89094e326e4926bdfa9bed80ce3f7194702e658a 100644 (file)
@@ -29,7 +29,7 @@
 ;; The Soundex algorithm maps English words into representations of
 ;; how they sound.  Words with vaguely similar sound map to the same string.
 
-;;; Code: 
+;;; Code:
 
 (defvar soundex-alist
   '((?B . "1") (?F . "1") (?P . "1") (?V . "1")
@@ -71,4 +71,6 @@ and Searching\", Addison-Wesley (1973), pp. 391-392."
 ;("E460" "G200" "H416" "K530" "L300" "L222"
 ; "E460" "G200" "H416" "K530" "L300" "L222")
 
-;; soundex.el ends here
+(provide 'soundex)
+
+;;; soundex.el ends here