]> git.eshelyaron.com Git - emacs.git/commit
Fix reindent-introduced typo in module code
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Nov 2015 20:15:22 +0000 (12:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Nov 2015 20:15:53 +0000 (12:15 -0800)
commit95f69f2c5999be4b9444861b6d4ae1bd3ab87f83
treebebff01bf38d43fd370132369b9e538524bf460e
parent75a1d009f747a220c7b9b1cfdbe7077082fe02d6
Fix reindent-introduced typo in module code

* src/emacs-module.c (MODULE_SETJMP_1): Fix typo that I
introduced while reindenting the code earlier, and add a
comment explaining the unusual use of do-while here.
src/emacs-module.c