(abbrev--write): Fix up typo.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 " ")
|
||||
|
||||
Reference in New Issue
Block a user