+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.
(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))