mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 12:49:38 +00:00
5 lines
80 B
EmacsLisp
5 lines
80 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t -*-
|
||
|
(defun foo ()
|
||
|
(interactive "foo" "bar")
|
||
|
nil)
|