This is just a support patch to ensure that the next patch can
build properly.
Getting and Setting Values of Symbols
***********************************************************************/
+Lisp_Object *
+find_variable_location (Lisp_Object *root)
+{
+ return root;
+}
+
/* Return the symbol holding SYMBOL's value. Signal
`cyclic-variable-indirection' if SYMBOL's chain of variable
indirections contains a loop. */
EXFUN (Fmake_variable_buffer_local, 1);
extern struct Lisp_Symbol *indirect_variable (struct Lisp_Symbol *);
+extern Lisp_Object *find_variable_location (Lisp_Object *);
extern Lisp_Object long_to_cons P_ ((unsigned long));
extern unsigned long cons_to_long P_ ((Lisp_Object));
extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)) NO_RETURN;
} while (0)
+#include "globals.h"
+
#endif /* EMACS_LISP_H */
/* arch-tag: 9b2ed020-70eb-47ac-94ee-e1c2a5107d5e