From c469837a5c61918c0f00cda431168681aafc6342 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Sat, 19 Jul 2008 17:21:28 +0000 Subject: [PATCH] fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre --- lisp/ChangeLog | 4 ++++ lisp/term/ns-win.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)) -- 2.39.2