diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-08-21 17:13:46 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-08-21 17:13:46 +0300 |
commit | 964151570b0acb889765d4e973db2fba229ae59e (patch) | |
tree | 53a6701de03717e625b112a69952a7985b010792 /src/syntax.c | |
parent | 5da710344392ac59a814b8841d31a562823737f0 (diff) | |
download | emacs-964151570b0acb889765d4e973db2fba229ae59e.tar.gz |
; * src/syntax.c: Remove a stray comment.
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 2 |
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. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ -// foo - #include <config.h> #include "lisp.h" |