comparison lisp/term/ns-win.el @ 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 f38d566bd19b
children 2e1af3a60ab7
comparison
equal deleted inserted replaced
96813:ece3c792fb2e 96814:2ae5159088f5
575 (define-key ns-ps-print-menu-map [ps-print-buffer] 575 (define-key ns-ps-print-menu-map [ps-print-buffer]
576 '("Buffer (B+W)" . ps-print-buffer)) 576 '("Buffer (B+W)" . ps-print-buffer))
577 (define-key ns-ps-print-menu-map [ps-print-region-faces] 577 (define-key ns-ps-print-menu-map [ps-print-region-faces]
578 '("Region" . ps-print-region-with-faces)) 578 '("Region" . ps-print-region-with-faces))
579 (define-key ns-ps-print-menu-map [ps-print-buffer-faces] 579 (define-key ns-ps-print-menu-map [ps-print-buffer-faces]
580 '("Buffer" . ns-ps-print-buffer-with-faces)) 580 '("Buffer" . ps-print-buffer-with-faces))
581 (define-key menu-bar-ns-file-menu [postscript-print] 581 (define-key menu-bar-ns-file-menu [postscript-print]
582 (cons "Postscript Print" ns-ps-print-menu-map)) 582 (cons "Postscript Print" ns-ps-print-menu-map))
583 583
584 (define-key menu-bar-ns-file-menu [print-region] 584 (define-key menu-bar-ns-file-menu [print-region]
585 '("Print Region" . print-region)) 585 '("Print Region" . print-region))