summaryrefslogtreecommitdiff
path: root/lisp/abbrev.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-07-24 06:09:27 +0000
committerRichard M. Stallman <rms@gnu.org>1992-07-24 06:09:27 +0000
commit63b91b9990daeab488a84bbacf62f6737c09763c (patch)
treeadb5752ec28954e9dde655ddd72985480d3ad5c5 /lisp/abbrev.el
parentae00ef8dc2b54801c9cf2ca060f6fd45f279eb25 (diff)
downloademacs-63b91b9990daeab488a84bbacf62f6737c09763c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r--lisp/abbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 1c6b3d2bb2e..13693883ecf 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -125,7 +125,7 @@ the ones defined from the buffer now."
(while (and (not (eobp)) (re-search-forward "^(" nil t))
(let* ((buf (current-buffer))
(table (read buf))
- abbrevs)
+ abbrevs name hook exp count)
(forward-line 1)
(while (progn (forward-line 1)
(not (eolp)))