1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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

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