aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorEli Zaretskii2021-08-21 17:13:46 +0300
committerEli Zaretskii2021-08-21 17:13:46 +0300
commit964151570b0acb889765d4e973db2fba229ae59e (patch)
tree53a6701de03717e625b112a69952a7985b010792 /src/syntax.c
parent5da710344392ac59a814b8841d31a562823737f0 (diff)
downloademacs-964151570b0acb889765d4e973db2fba229ae59e.tar.gz
emacs-964151570b0acb889765d4e973db2fba229ae59e.zip
; * src/syntax.c: Remove a stray comment.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 1ef4a712281..adc0da730ea 100644
--- a/src/syntax.c
+++ b/src/syntax.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// foo
21
22#include <config.h> 20#include <config.h>
23 21
24#include "lisp.h" 22#include "lisp.h"