changeset 96814:2ae5159088f5

fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sat, 19 Jul 2008 17:21:28 +0000
parents ece3c792fb2e
children be932007d518
files lisp/ChangeLog lisp/term/ns-win.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <Adrian.B.Robert@gmail.com>
+	* term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
+	Vinicius Jose Latorre.
+
 2008-07-19  Glenn Morris  <rgm@gnu.org>
 
 	* term/ns-win.el (ns-make-command-string): Use mapconcat.
--- 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))