Mercurial > emacs
diff lisp/ChangeLog @ 87206:44a37723f2a9
Fix pr-interface-map initialization
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Sun, 09 Dec 2007 12:55:00 +0000 |
parents | 67699a8ac2dc |
children | 87e24ce4f26a |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Dec 09 11:08:55 2007 +0000 +++ b/lisp/ChangeLog Sun Dec 09 12:55:00 2007 +0000 @@ -1,3 +1,12 @@ +2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> + + * printing.el: Fix pr-interface-map initialization. Replace + pr-f-set-keymap-parents, pr-f-set-keymap-name and pr-f-read-string by + pr-set-keymap-parents, pr-set-keymap-name and pr-read-string, + respectively. + (pr-version): New version 6.9.3. + (pr-interactive-n-up, pr-interactive-regexp): Code fix. + 2007-12-09 Glenn Morris <rgm@gnu.org> * emulation/viper-init.el (top-level): Use dolist rather than mapc