This website requires JavaScript.
Explore
Help
Register
Sign in
procyberian
/
emacs
Watch
2
Star
0
Fork
You've already forked emacs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e4725ab688
emacs
/
test
/
lisp
/
files-resources
/
compile-utf8.el
13 lines
124 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
* test/lisp/files-resources/compile-utf8.el: Use lexical-binding
2022-05-26 12:16:04 -04:00
;; -*- lexical-binding: t; -*-
Add a failing test case for bug#12598 Author:
2022-04-23 18:14:26 +02:00
(
defun
zot
(
)
"
Yes.
"
nil
)
(
defun
foo
(
)
"
Yés.
"
nil
)
(
defun
bar
(
)
"
Nó.
"
nil
)
Reference in a new issue
Copy permalink