emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 16 Jun 2005 08:40:00 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.728 emacs/lisp/simple.el:1.729
*** emacs/lisp/simple.el:1.728  Wed Jun  8 15:35:05 2005
--- emacs/lisp/simple.el        Thu Jun 16 12:40:00 2005
***************
*** 327,333 ****
  Other major modes are defined by comparison with this one."
    (interactive)
    (kill-all-local-variables)
!   (run-hooks 'after-change-major-mode-hook))
  
  ;; Making and deleting lines.
  
--- 327,334 ----
  Other major modes are defined by comparison with this one."
    (interactive)
    (kill-all-local-variables)
!   (unless delay-mode-hooks
!     (run-hooks 'after-change-major-mode-hook)))
  
  ;; Making and deleting lines.
  
***************
*** 4842,4848 ****
        (if (minibufferp mainbuf)
            (if (and (symbolp minibuffer-completion-table)
                     (get minibuffer-completion-table 
'completion-base-size-function))
!               (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.
--- 4843,4849 ----
        (if (minibufferp mainbuf)
            (if (and (symbolp minibuffer-completion-table)
                     (get minibuffer-completion-table 
'completion-base-size-function))
!               (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.




reply via email to

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