emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor bug in verilog-mode.el


From: Andy Moreton
Subject: Minor bug in verilog-mode.el
Date: Sat, 21 Apr 2012 17:32:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (windows-nt)

Hi,

In verilog-mode.el, verilog-mode has:

  ;; Tell which-func-modes that imenu knows about verilog
  (when (boundp 'which-func-modes)
    (add-to-list 'which-func-modes 'verilog-mode))

When which-func-modes is t, this stops which-function-mode from working
with other modes.

Can these lines be removed please ?

    AndyM





reply via email to

[Prev in Thread] Current Thread [Next in Thread]