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:
parent
c0230162c8
commit
c469837a5c
2 changed files with 5 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue