mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
feat: add define-obsolete-function-alias sharpquote hint
# (use "git pull" to merge the remote branch into yours)
This commit is contained in:
parent
e76273886a
commit
73e9cccf1b
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ a Docker container, e.g. kellyk/emacs does not include the .el files."
|
|||
(melpazoid-misc "(remove-hook '[^[:space:]]+ '" msg)
|
||||
(melpazoid-misc "(advice-add '[^#)]*)" msg)
|
||||
(melpazoid-misc "(defalias '[^#()]*)" msg)
|
||||
(melpazoid-misc "(define-obsolete-function-alias '[[:graph:]]+ '[[:graph:]]" msg)
|
||||
(melpazoid-misc "(run-with-idle-timer[^(#]*[^#]'" msg)))
|
||||
|
||||
(defun melpazoid-check-misc ()
|
||||
|
|
Loading…
Add table
Reference in a new issue