diff options
Diffstat (limited to 'test/lisp/emacs-lisp/pp-resources')
-rw-r--r-- | test/lisp/emacs-lisp/pp-resources/code-formats.erts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/pp-resources/code-formats.erts b/test/lisp/emacs-lisp/pp-resources/code-formats.erts index 821e326867b..f48e262f69d 100644 --- a/test/lisp/emacs-lisp/pp-resources/code-formats.erts +++ b/test/lisp/emacs-lisp/pp-resources/code-formats.erts @@ -95,3 +95,11 @@ Also add the value to the front of the list in the variable `values'." (values--store-value result) (pp-display-expression result "*Pp Eval Output*"))) =-=-= + +Name: code-formats9 + +=-= +(lambda () + (interactive) + 1) +=-=-= |