Wilfred / emacs-refactor

language-specific refactoring in Emacs
GNU General Public License v3.0
348 stars 27 forks source link

'Unused definitions' is confused by major mode syntax tables. #46

Open Wilfred opened 6 years ago

Wilfred commented 6 years ago
(defvar foo-mode-syntax-table nil)

(define-derived-mode foo-mode prog-mode "Foo"
  "doc")