emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v
Date: Mon, 19 Nov 2007 00:09:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/19 00:09:48

Index: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.569
retrieving revision 1.570
diff -u -b -r1.569 -r1.570
--- subr.el     17 Nov 2007 03:42:22 -0000      1.569
+++ subr.el     19 Nov 2007 00:09:48 -0000      1.570
@@ -2118,6 +2118,8 @@
       (play-sound-internal sound)
     (error "This Emacs binary lacks sound support")))
 
+(declare-function w32-shell-dos-semantics "w32-fns" nil)
+
 (defun shell-quote-argument (argument)
   "Quote an argument for passing as argument to an inferior shell."
   (if (or (eq system-type 'ms-dos)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]