]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/startup.el (argi): Declare as global variable (bug#9275).
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 12 Aug 2011 20:45:45 +0000 (22:45 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 12 Aug 2011 20:45:45 +0000 (22:45 +0200)
lisp/ChangeLog
lisp/startup.el

index b9cf5367bf0157f561dbac4d91fe7d13ef5c37f3..07f45b34a54b2c5780305ed63bac1e7e8f8751db 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * startup.el (argi): Declare as global variable (bug#9275).
+
 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
 
        * subr.el (string-mark-left-to-right): Search the entire string
index 6953ed25ed490e480ca39a33cd868a091eb4db74..0dee969fb5abbce40b4cd5878c1399afc2fc6314 100644 (file)
@@ -105,6 +105,11 @@ This is a convenience alias, so that one can write \(pop argv\)
 inside of --eval command line arguments in order to access
 following arguments.")
 
+(with-no-warnings
+  ;; FIXME: Bad name for a dynamically bound variable
+  (defvar argi nil
+    "Current command-line argument."))
+
 (defvar command-line-functions nil    ;; lrs 7/31/89
   "List of functions to process unrecognized command-line arguments.
 Each function should access the dynamically bound variables