aboutsummaryrefslogtreecommitdiffstats
path: root/src/tparam.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/tparam.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/tparam.c')
-rw-r--r--src/tparam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tparam.c b/src/tparam.c
index 527294270ea..7687ca606f1 100644
--- a/src/tparam.c
+++ b/src/tparam.c
@@ -15,7 +15,6 @@ GNU General Public License for more details.
15You should have received a copy of the GNU General Public License 15You should have received a copy of the GNU General Public License
16along with this program. If not, see <https://www.gnu.org/licenses/>. */ 16along with this program. If not, see <https://www.gnu.org/licenses/>. */
17 17
18/* Emacs config.h may rename various library functions such as malloc. */
19#include <config.h> 18#include <config.h>
20 19
21#include "lisp.h" /* for xmalloc */ 20#include "lisp.h" /* for xmalloc */