diff lisp/obsolete.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children 74fd4e045ea6
line wrap: on
line diff
--- a/lisp/obsolete.el	Mon Aug 13 11:06:08 2007 +0200
+++ b/lisp/obsolete.el	Mon Aug 13 11:07:10 2007 +0200
@@ -346,7 +346,7 @@
 
 ;; ### This function is not compatible with FSF in some cases.  Hard
 ;; to fix, because it is hard to trace the logic of the FSF function.
-;; In case we need the exact behaviour, we can always copy the FSF
+;; In case we need the exact behavior, we can always copy the FSF
 ;; version, which is very long and does lots of unnecessary stuff.
 (defun truncate-string-to-width (str end-column &optional start-column padding)
   "Truncate string STR to end at column END-COLUMN.
@@ -377,4 +377,5 @@
 
 (make-obsolete 'function-called-at-point 'function-at-point)
 
+(provide 'obsolete)
 ;;; obsolete.el ends here