# HG changeset patch # User Dan Nicolaescu # Date 892932218 0 # Node ID e95a88dc61109ed663235b969b4a0a356d7d926b # Parent 434894b936086e5e4fedc783272afb5e7d21ab87 *** empty log message *** diff -r 434894b93608 -r e95a88dc6110 lisp/progmodes/vhdl-mode.el --- a/lisp/progmodes/vhdl-mode.el Sat Apr 18 20:34:51 1998 +0000 +++ b/lisp/progmodes/vhdl-mode.el Sat Apr 18 20:43:38 1998 +0000 @@ -5885,7 +5885,8 @@ (re-search-forward "\\s-*\\" 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 diff -r 434894b93608 -r e95a88dc6110 lisp/which-func.el --- a/lisp/which-func.el Sat Apr 18 20:34:51 1998 +0000 +++ b/lisp/which-func.el Sat Apr 18 20:43:38 1998 +0000 @@ -62,6 +62,11 @@ (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.