From: Paul Eggert Date: Fri, 27 May 2022 23:33:25 +0000 (-0700) Subject: Remove stray decl of nonexistent var X-Git-Tag: emacs-29.0.90~1910^2~384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bbf047cd826c634b7f049e0788026747023c29c;p=emacs.git Remove stray decl of nonexistent var * src/lisp.h (symbols_with_pos_enabled): Remove decl. --- diff --git a/src/lisp.h b/src/lisp.h index 9ee63428d41..95b33ff173e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -619,7 +619,6 @@ extern Lisp_Object char_table_ref (Lisp_Object, int) ATTRIBUTE_PURE; extern void char_table_set (Lisp_Object, int, Lisp_Object); /* Defined in data.c. */ -extern bool symbols_with_pos_enabled; extern AVOID args_out_of_range_3 (Lisp_Object, Lisp_Object, Lisp_Object); extern AVOID wrong_type_argument (Lisp_Object, Lisp_Object); extern Lisp_Object default_value (Lisp_Object symbol);