]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <done@ece.arizona.edu>
Sat, 18 Apr 1998 20:43:38 +0000 (20:43 +0000)
committerDan Nicolaescu <done@ece.arizona.edu>
Sat, 18 Apr 1998 20:43:38 +0000 (20:43 +0000)
lisp/progmodes/vhdl-mode.el
lisp/which-func.el

index ce7ba81d115d6cb86e91d68cdbfbad4af1ab4d13..eea14f2c56a82baaf5de5bec7e6cdd0d2738c3a8 100644 (file)
@@ -5885,7 +5885,8 @@ This does highlighting of signal names with specific syntax.")
       (re-search-forward "\\s-*\\<end\\s-+\\(process\\|block\\)\\>" nil t)
   )))
 
-(require 'hideshow)
+;; Not needed `hs-special-modes-alist' is autoloaded.
+;(require 'hideshow)
 
 (unless (assq 'vhdl-mode hs-special-modes-alist)
     (setq hs-special-modes-alist
index 1de0ad5e5ae4a4dc30db52fd26f5e9d92f365b4d..56cbbbab8cda84b358db8e8b02ff4cc18f129b32 100644 (file)
 (defvar which-func-unknown "???"
   "String to display in the mode line when current function is unknown.")
 
+(defgroup which-func nil
+  "Mode to display the current function name in the modeline."
+  :group 'tools
+  :version "20.3")
+
 (defcustom which-func-modes 
   '(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode)
   "List of major modes for which `which-func-mode' should be used.