From: Adrian Robert Date: Sat, 19 Jul 2008 17:21:28 +0000 (+0000) Subject: fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre X-Git-Tag: emacs-pretest-23.0.90~4068 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c469837a5c61918c0f00cda431168681aafc6342;p=emacs.git fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e01b8c16de..1ba07db5f5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 2299cfff363..908077d4c4e 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -577,7 +577,7 @@ This should be bound to a mouse click event type." (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))