emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/loadhist.el [lexbind]
Date: Tue, 14 Oct 2003 19:52:09 -0400

Index: emacs/lisp/loadhist.el
diff -c emacs/lisp/loadhist.el:1.22.18.1 emacs/lisp/loadhist.el:1.22.18.2
*** emacs/lisp/loadhist.el:1.22.18.1    Fri Apr  4 01:20:09 2003
--- emacs/lisp/loadhist.el      Tue Oct 14 19:51:16 2003
***************
*** 98,104 ****
                                   features)
                           nil t)))
  
! (defvar loadhist-hook-functions
    '(after-change-functions
      after-insert-file-functions auto-fill-function
      before-change-functions blink-paren-function
--- 98,105 ----
                                   features)
                           nil t)))
  
! (defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks)
! (defvar unload-feature-special-hooks
    '(after-change-functions
      after-insert-file-functions auto-fill-function
      before-change-functions blink-paren-function
***************
*** 153,159 ****
                        (consp (symbol-value x))
                        (string-match "-hooks?\\'" (symbol-name x)))
                   (and (boundp x)       ; Known abnormal hooks etc.
!                       (memq x loadhist-hook-functions)))
             (dolist (y (cdr flist))
               (remove-hook x y))))))
      (if (fboundp 'elp-restore-function)       ; remove ELP stuff first
--- 154,160 ----
                        (consp (symbol-value x))
                        (string-match "-hooks?\\'" (symbol-name x)))
                   (and (boundp x)       ; Known abnormal hooks etc.
!                       (memq x unload-feature-special-hooks)))
             (dolist (y (cdr flist))
               (remove-hook x y))))))
      (if (fboundp 'elp-restore-function)       ; remove ELP stuff first
***************
*** 189,192 ****
--- 190,194 ----
  
  (provide 'loadhist)
  
+ ;;; arch-tag: 70bb846a-c413-4f01-bf88-78dba4ac0798
  ;;; loadhist.el ends here




reply via email to

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