emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/abbrevlist.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/abbrevlist.el
Date: Sat, 05 Jan 2002 14:02:55 -0500

Index: emacs/lisp/abbrevlist.el
diff -c emacs/lisp/abbrevlist.el:1.9 emacs/lisp/abbrevlist.el:1.10
*** emacs/lisp/abbrevlist.el:1.9        Sun Jul 15 12:15:34 2001
--- emacs/lisp/abbrevlist.el    Sat Jan  5 14:02:55 2002
***************
*** 33,39 ****
      (save-excursion
        (let ((abbrev-list nil) (first-column 0))
        (set-buffer standard-output)
!       (mapatoms 
          (function (lambda (abbrev)
                      (setq abbrev-list (cons abbrev abbrev-list))))
          abbrev-table)
--- 33,39 ----
      (save-excursion
        (let ((abbrev-list nil) (first-column 0))
        (set-buffer standard-output)
!       (mapatoms
          (function (lambda (abbrev)
                      (setq abbrev-list (cons abbrev abbrev-list))))
          abbrev-table)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]