diff options
| author | Eli Zaretskii | 2021-08-21 17:13:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-08-21 17:13:46 +0300 |
| commit | 964151570b0acb889765d4e973db2fba229ae59e (patch) | |
| tree | 53a6701de03717e625b112a69952a7985b010792 /src | |
| parent | 5da710344392ac59a814b8841d31a562823737f0 (diff) | |
| download | emacs-964151570b0acb889765d4e973db2fba229ae59e.tar.gz emacs-964151570b0acb889765d4e973db2fba229ae59e.zip | |
; * src/syntax.c: Remove a stray comment.
Diffstat (limited to 'src')
| -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. | |||
| 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 | // foo | ||
| 21 | |||
| 22 | #include <config.h> | 20 | #include <config.h> |
| 23 | 21 | ||
| 24 | #include "lisp.h" | 22 | #include "lisp.h" |