summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/elisp-resources/simple-shorthand-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/elisp-resources/simple-shorthand-test.el')
-rw-r--r--test/lisp/progmodes/elisp-resources/simple-shorthand-test.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/lisp/progmodes/elisp-resources/simple-shorthand-test.el b/test/lisp/progmodes/elisp-resources/simple-shorthand-test.el
index cadcb4de89d..ec568093af2 100644
--- a/test/lisp/progmodes/elisp-resources/simple-shorthand-test.el
+++ b/test/lisp/progmodes/elisp-resources/simple-shorthand-test.el
@@ -16,10 +16,13 @@
(defvar f-test-complete-me 42)
+(defun #_f-test4--- () 84)
+
(when nil
(f-test3)
(f-test2)
- (f-test))
+ (f-test)
+ (#_f-test4---))
;; Local Variables: