Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1dee7c23
Commit
1dee7c23
authored
Oct 24, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
parent
595521d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/erc/ChangeLog
lisp/erc/ChangeLog
+9
-0
lisp/erc/erc-notify.el
lisp/erc/erc-notify.el
+2
-0
No files found.
lisp/erc/ChangeLog
View file @
1dee7c23
2009-10-24 Glenn Morris <rgm@gnu.org>
* erc-dcc.el (pcomplete-erc-all-nicks):
* erc-notify.el (pcomplete-erc-all-nicks):
Autoload it, to silence compiler.
* erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
remove-duplicates with erc-delete-dups.
2009-09-27 Johan Bockgård <bojohan@gnu.org>
* erc-button.el (erc-button-keymap): Bind `follow-link'.
...
...
lisp/erc/erc-notify.el
View file @
1dee7c23
...
...
@@ -234,6 +234,8 @@ with args, toggle notify status of people."
'notify_list
?l
(
mapconcat
'identity
erc-notify-list
" "
))))
t
)
(
autoload
'pcomplete-erc-all-nicks
"erc-pcomplete"
)
;;;###autoload
(
defun
pcomplete/erc-mode/NOTIFY
()
(
pcomplete-here
(
pcomplete-erc-all-nicks
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment