aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkselect.c
diff options
context:
space:
mode:
authorStefan Kangas2025-04-19 08:51:09 +0200
committerStefan Kangas2025-04-19 10:39:05 +0200
commitfa4e686148de22cee0b1671fd6b3241212c110a6 (patch)
treedf5f1402574f154a2c415bae23e2778719b0e0ee /src/pgtkselect.c
parent177accc53d7ed2afc5768ae117fc6a19749e8fb6 (diff)
downloademacs-fa4e686148de22cee0b1671fd6b3241212c110a6.tar.gz
emacs-fa4e686148de22cee0b1671fd6b3241212c110a6.zip
; Delete superfluous comments explaining config.h
* src/pgtkfns.c: * src/pgtkim.c: * src/pgtkmenu.c: * src/pgtkselect.c: * src/pgtkterm.c: * src/termcap.c: * src/tparam.c: Delete superfluous comments explaining config.h.
Diffstat (limited to 'src/pgtkselect.c')
-rw-r--r--src/pgtkselect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pgtkselect.c b/src/pgtkselect.c
index 7e314df8921..c532bda00e3 100644
--- a/src/pgtkselect.c
+++ b/src/pgtkselect.c
@@ -17,8 +17,6 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20/* This should be the first include, as it may set up #defines affecting
21 interpretation of even the system includes. */
22#include <config.h> 20#include <config.h>
23 21
24#include "lisp.h" 22#include "lisp.h"