fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre

This commit is contained in:
Adrian Robert 2008-07-19 17:21:28 +00:00
parent c0230162c8
commit c469837a5c
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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))