(abbrev--write): Fix up typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Nov 2007 04:28:32 +0000 (04:28 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Nov 2007 04:28:32 +0000 (04:28 +0000)
lisp/ChangeLog
lisp/abbrev.el

index 7eb8ecf..ab52e8c 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * abbrev.el (abbrev--write): Fix up typo.
+
 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
 
        * abbrev.el (define-abbrev-table): Doc fix.
index 65890be..145ec22 100644 (file)
@@ -825,7 +825,7 @@ Only writes the non-system abbrevs.
 Presumes that `standard-output' points to `current-buffer'."
   (unless (or (null (symbol-value sym)) (abbrev-get sym :system))
     (insert "    (")
-    (prin1 name)
+    (prin1 sym)
     (insert " ")
     (prin1 (symbol-value sym))
     (insert " ")