emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/map-ynp.el
Date: Tue, 08 Apr 2003 21:33:27 -0400

Index: emacs/lisp/map-ynp.el
diff -c emacs/lisp/map-ynp.el:1.47 emacs/lisp/map-ynp.el:1.48
*** emacs/lisp/map-ynp.el:1.47  Sun Jul 15 12:15:34 2001
--- emacs/lisp/map-ynp.el       Tue Apr  8 21:33:27 2003
***************
*** 207,214 ****
                                        objects)
                                (mapconcat (function
                                            (lambda (elt)
!                                             (format "%c to %s"
!                                                     (nth 0 elt)
                                                      (nth 2 elt))))
                                           action-alist
                                           ";\n")
--- 207,215 ----
                                        objects)
                                (mapconcat (function
                                            (lambda (elt)
!                                             (format "%s to %s"
!                                                     (single-key-description
!                                                      (nth 0 elt))
                                                      (nth 2 elt))))
                                           action-alist
                                           ";\n")




reply via email to

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