(abbrev--write): Fix error in transcription from C.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* abbrev.el (abbrev--write): Fix error in transcription from C.
|
||||
|
||||
* emulation/pc-select.el (pc-select-shifted-mark): Remove.
|
||||
(pc-select-ensure-mark): Set mark-active to a special value instead.
|
||||
Rename from ensure-mark. Update call callers.
|
||||
|
||||
@@ -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 sym)
|
||||
(prin1 (symbol-name sym))
|
||||
(insert " ")
|
||||
(prin1 (symbol-value sym))
|
||||
(insert " ")
|
||||
|
||||
Reference in New Issue
Block a user