]> git.eshelyaron.com Git - emacs.git/commitdiff
* eval.c (interactive_p): Remove no-longer-used decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Nov 2012 08:32:19 +0000 (00:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Nov 2012 08:32:19 +0000 (00:32 -0800)
src/ChangeLog
src/eval.c

index c749b12cae88ff348653bee542ee73336515b4ad..c69452a1f1b3d2af0add5323ed6ffe2c224f741d 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * eval.c (interactive_p): Remove no-longer-used decl.
+
 2012-11-20  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * xdisp.c (buffer_shared): Adjust comment.
index 459fb762c6e92628dd3a02037f2aaa110ee282a5..053b1a7f097ec0c83710050720162b46b3405b88 100644 (file)
@@ -114,7 +114,6 @@ Lisp_Object Vsignaling_function;
 Lisp_Object inhibit_lisp_code;
 
 static Lisp_Object funcall_lambda (Lisp_Object, ptrdiff_t, Lisp_Object *);
-static bool interactive_p (void);
 static Lisp_Object apply_lambda (Lisp_Object fun, Lisp_Object args);
 
 /* Functions to set Lisp_Object slots of struct specbinding.  */