/[emacs]/emacs/lisp/abbrevlist.el
ViewVC logotype

Diff of /emacs/lisp/abbrevlist.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by pj, Sun Jul 15 16:15:34 2001 UTC revision 1.10 by pj, Sat Jan 5 19:02:55 2002 UTC
# Line 33  Line 33 
33      (save-excursion      (save-excursion
34        (let ((abbrev-list nil) (first-column 0))        (let ((abbrev-list nil) (first-column 0))
35          (set-buffer standard-output)          (set-buffer standard-output)
36          (mapatoms          (mapatoms
37            (function (lambda (abbrev)            (function (lambda (abbrev)
38                        (setq abbrev-list (cons abbrev abbrev-list))))                        (setq abbrev-list (cons abbrev abbrev-list))))
39            abbrev-table)            abbrev-table)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26