mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Tidy: Declare function
This commit is contained in:
parent
7e9eb20980
commit
8651e480ee
1 changed files with 1 additions and 0 deletions
|
@ -1997,6 +1997,7 @@ For use as `imenu-create-index-function'."
|
|||
(define-key ement-room-occur-mode-map (kbd "n") #'ement-room-occur-next)
|
||||
(define-key ement-room-occur-mode-map (kbd "p") #'ement-room-occur-prev))
|
||||
|
||||
(declare-function ement-complete-user-id "ement")
|
||||
(cl-defun ement-room-occur (&key user-id regexp pred header)
|
||||
"Show known events in current buffer matching args in a new buffer.
|
||||
If REGEXP, show events whose sender or body content match it. Or
|
||||
|
|
Loading…
Add table
Reference in a new issue