Skip to content

Commit 362240d

Browse files
committed
- [X] Add missing autoload property on psci function
1 parent 89b29d6 commit 362240d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

psci.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"Compute the buffer's process name based on BUFFER-NAME."
8484
(format "*%s*" buffer-name))
8585

86+
;;;###autoload
8687
(defun psci ()
8788
"Run an inferior instance of `psci' inside Emacs."
8889
(interactive)

todo.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [X] Update version
88
- [-] Reorganize code for a better readability
99
- [X] Reorganize var at the beginning of the buffer
10-
- [ ] Add missing autoload property on psci function
10+
- [X] Add missing autoload property on psci function
1111
- [ ] Reorganize private functions at the beginning of the buffer
1212
- [ ] Rename functions according to fully compliant emacs conventions?
1313
- [ ] Add quit session command

0 commit comments

Comments
 (0)