]> git.eshelyaron.com Git - emacs.git/commitdiff
fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Sat, 19 Jul 2008 17:21:28 +0000 (17:21 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Sat, 19 Jul 2008 17:21:28 +0000 (17:21 +0000)
lisp/ChangeLog
lisp/term/ns-win.el

index 1e01b8c16deec49115f1ddc1133f6e87cacc7738..1ba07db5f5ac0776cdc9e7a2d2b63397f3fe0333 100644 (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.
index 2299cfff363ac785817e845f0a9c26349239a544..908077d4c4edc81fe8d4fc20cd8ea1195c1798c9 100644 (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))