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