aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorPaul Eggert2011-04-14 12:34:42 -0700
committerPaul Eggert2011-04-14 12:34:42 -0700
commitcd64ea1d0df393beb93d1bdf19bd3990e3378f85 (patch)
tree0966573f9d7235bd550e235193867976e65ffcd0 /src/lisp.h
parentc38bf546b2bb50932ac15cf3283c74a4bddc99c0 (diff)
downloademacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.tar.gz
emacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.zip
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
<http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00393.html>. All uses spelled out.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index d629c40198a..09830a980f2 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2276,8 +2276,6 @@ void staticpro (Lisp_Object *);
2276 appropriate prototype. */ 2276 appropriate prototype. */
2277#define EXFUN(fnname, maxargs) \ 2277#define EXFUN(fnname, maxargs) \
2278 extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs 2278 extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs
2279#define INFUN(fnname, maxargs) \
2280 static Lisp_Object fnname DEFUN_ARGS_ ## maxargs
2281 2279
2282/* Forward declarations for prototypes. */ 2280/* Forward declarations for prototypes. */
2283struct window; 2281struct window;