]> code.delx.au - gnu-emacs/commitdiff
(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 7eb8ecfa4e3b8dca85dc08c9a49b5e8fb2b5fe48..ab52e8c6f84188c4f652868d435eb8f53be78dee 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 65890beef0c55f57b33d51daefd021b8d648bf6f..145ec223951a7c0fbc116fc764afc43066b4dd2c 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 " ")