Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 362240d

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎psci.el

Copy file name to clipboardExpand all lines: psci.el
+1Lines 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

Copy file name to clipboardExpand all lines: todo.org
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.