summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/generator.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-7/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-12/+12
* | * lisp/multifile.el: New file, extracted from etags.elStefan Monnier2018-09-221-2/+13
|/
* * lisp/emacs-lisp/generator.el (iter-defun): Add 'doc-string' prop.Stefan Monnier2018-01-111-1/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/emacs-lisp/generator.el (iter-do): Add a debug declaration.Paul Pogonyshev2017-11-031-1/+2
* Create new Edebug spec for docstrings and use it in closuresGemini Lasswell2017-10-061-2/+4
* Fix dynamic binding wrapper in iter-lambda (bug#25965)Gemini Lasswell2017-10-051-2/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Move gensym to core ElispMark Oteiza2017-09-121-4/+1
* Remove some explicit runtime loads of pcaseGlenn Morris2017-04-191-1/+0
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-1/+1
* Address some compilation warnings.Glenn Morris2015-06-161-1/+1
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-1/+1
* * emacs-lisp/generator.el (cps--gensym, cps--transform-1): Silence compilerStefan Monnier2015-05-191-4/+4
* Revert "Fix cps--gensym"Leo Liu2015-05-161-1/+1
* Fix cps--gensymLeo Liu2015-05-141-1/+1
* Spelling fixesPaul Eggert2015-03-031-2/+2
* Use `macroexp-parse-body'Daniel Colascione2015-03-031-7/+5
* Address generator feedbackDaniel Colascione2015-03-031-37/+40
* Rename globals in generator.elDaniel Colascione2015-03-031-78/+78
* # Standardize copyright and license notices for recently added filesGlenn Morris2015-03-031-1/+1
* Fix docstrings, declarations in iter-defunDaniel Colascione2015-03-021-4/+10
* Add support for generatorsDaniel Colascione2015-03-021-0/+789