Mercurial > emacs
diff lisp/abbrev.el @ 85925:a1a283c3bfd3
(abbrev--write): Fix up typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 05 Nov 2007 04:28:32 +0000 |
parents | a6bcf6e8ed42 |
children | dd802e6c104e |
line wrap: on
line diff
--- a/lisp/abbrev.el Sun Nov 04 23:01:15 2007 +0000 +++ b/lisp/abbrev.el Mon Nov 05 04:28:32 2007 +0000 @@ -825,7 +825,7 @@ 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 " ")