+2005-06-16 Lute Kamstra <lute@gnu.org>
+
+ * simple.el (fundamental-mode): Run after-change-major-mode-hook
+ conditionally.
+
2005-06-16 Juanma Barranquero <lekktu@gmail.com>
* tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
Other major modes are defined by comparison with this one."
(interactive)
(kill-all-local-variables)
- (run-hooks 'after-change-major-mode-hook))
+ (unless delay-mode-hooks
+ (run-hooks 'after-change-major-mode-hook)))
;; Making and deleting lines.
(if (minibufferp mainbuf)
(if (and (symbolp minibuffer-completion-table)
(get minibuffer-completion-table 'completion-base-size-function))
- (setq completion-base-size
+ (setq completion-base-size
(funcall (get minibuffer-completion-table 'completion-base-size-function)))
(setq completion-base-size 0))))
;; Put faces on first uncommon characters and common parts.