diff lisp/modes/abbrev.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 85ec50267440
children
line wrap: on
line diff
--- a/lisp/modes/abbrev.el	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/modes/abbrev.el	Mon Aug 13 09:46:53 2007 +0200
@@ -140,7 +140,7 @@
   (interactive "sDefine mode abbrev: \nsExpansion for %s: ")
   (define-abbrev (or local-abbrev-table
                      (error "Major mode has no abbrev table"))
-		 (downcase name) expansion 0))
+		 (downcase name) expansion nil 0))
 
 (defun abbrev-symbol (abbrev &optional table)
   "Return the symbol representing abbrev named ABBREV.