From 4806c1f4f6038e2d9e8deca44449d8a238308fb0 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 14 Feb 2009 20:56:48 +0000 Subject: [PATCH] * faq-using.xml: Fix usage of ampersand in NT emacs script. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/faq-using.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 18e5be71a..106f1e2b9 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-02-14 Corinna Vinschen + + * faq-using.xml: Fix usage of ampersand in NT emacs script. + 2009-02-14 Jari Aalto * faq-using.xml: Expand Emacs entries. diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index e4aee312a..00edbfd33 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -883,7 +883,7 @@ settings are for Emacs 21.1: ;; The M-x shell would continue to run standard Windows shell ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (defun my-bash (&optional buffer) + (defun my-bash (&optional buffer) "Run Cygwin Bash shell in optional BUFFER; default *shell-bash*." (autoload 'comint-check-proc "comint") (interactive