emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Sun, 12 Oct 2008 22:45:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/10/12 22:45:16

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -b -r1.946 -r1.947
--- simple.el   10 Oct 2008 17:31:05 -0000      1.946
+++ simple.el   12 Oct 2008 22:45:09 -0000      1.947
@@ -1994,6 +1994,10 @@
        (append minibuffer-default commands)
       (cons minibuffer-default commands))))
 
+(defvar shell-delimiter-argument-list)
+(defvar shell-file-name-chars)
+(defvar shell-file-name-quote-list)
+
 (defun minibuffer-complete-shell-command ()
   "Dynamically complete shell command at point."
   (interactive)




reply via email to

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