# HG changeset patch # User Adrian Robert # Date 1216488088 0 # Node ID 2ae5159088f5afa00897af99dc947e254273d11d # Parent ece3c792fb2e0cf82626f7ad5a3e514e21705eca fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre diff -r ece3c792fb2e -r 2ae5159088f5 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 19 17:13:48 2008 +0000 +++ b/lisp/ChangeLog Sat Jul 19 17:21:28 2008 +0000 @@ -1,3 +1,7 @@ +2008-07-19 Adrian Robert + * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by + Vinicius Jose Latorre. + 2008-07-19 Glenn Morris * term/ns-win.el (ns-make-command-string): Use mapconcat. diff -r ece3c792fb2e -r 2ae5159088f5 lisp/term/ns-win.el --- a/lisp/term/ns-win.el Sat Jul 19 17:13:48 2008 +0000 +++ b/lisp/term/ns-win.el Sat Jul 19 17:21:28 2008 +0000 @@ -577,7 +577,7 @@ (define-key ns-ps-print-menu-map [ps-print-region-faces] '("Region" . ps-print-region-with-faces)) (define-key ns-ps-print-menu-map [ps-print-buffer-faces] - '("Buffer" . ns-ps-print-buffer-with-faces)) + '("Buffer" . ps-print-buffer-with-faces)) (define-key menu-bar-ns-file-menu [postscript-print] (cons "Postscript Print" ns-ps-print-menu-map))