diff options
| author | Stefan Kangas | 2025-04-19 08:51:09 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2025-04-19 10:39:05 +0200 |
| commit | fa4e686148de22cee0b1671fd6b3241212c110a6 (patch) | |
| tree | df5f1402574f154a2c415bae23e2778719b0e0ee /src/pgtkselect.c | |
| parent | 177accc53d7ed2afc5768ae117fc6a19749e8fb6 (diff) | |
| download | emacs-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.c | 2 |
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. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 18 | along 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" |