From c469837a5c61918c0f00cda431168681aafc6342 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Sat, 19 Jul 2008 17:21:28 +0000 Subject: fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre --- lisp/term/ns-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/term') 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)) -- cgit v1.2.1