Wilfred / emacs-refactor

language-specific refactoring in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused definitions is confused by quoting

Wilfred opened this issue · comments

(defun wh-foo ()
  (message "foo"))

(defun wh-bar ()
  (interactive)
  '(wh-foo))

wh-foo is unused here.