emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-undo.el [lexbind]
Date: Wed, 15 Sep 2004 20:39:41 -0400

Index: emacs/lisp/gnus/gnus-undo.el
diff -c emacs/lisp/gnus/gnus-undo.el:1.5.18.1 
emacs/lisp/gnus/gnus-undo.el:1.5.18.2
*** emacs/lisp/gnus/gnus-undo.el:1.5.18.1       Tue Oct 14 23:34:50 2003
--- emacs/lisp/gnus/gnus-undo.el        Thu Sep 16 00:12:16 2004
***************
*** 1,6 ****
  ;;; gnus-undo.el --- minor mode for undoing in Gnus
  
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000
  ;;    Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,6 ----
  ;;; gnus-undo.el --- minor mode for undoing in Gnus
  
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003
  ;;    Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 114,120 ****
      (when (gnus-visual-p 'undo-menu 'menu)
        (gnus-undo-make-menu-bar))
      (gnus-add-minor-mode 'gnus-undo-mode "" gnus-undo-mode-map)
!     (make-local-hook 'post-command-hook)
      (add-hook 'post-command-hook 'gnus-undo-boundary nil t)
      (gnus-run-hooks 'gnus-undo-mode-hook)))
  
--- 114,120 ----
      (when (gnus-visual-p 'undo-menu 'menu)
        (gnus-undo-make-menu-bar))
      (gnus-add-minor-mode 'gnus-undo-mode "" gnus-undo-mode-map)
!     (gnus-make-local-hook 'post-command-hook)
      (add-hook 'post-command-hook 'gnus-undo-boundary nil t)
      (gnus-run-hooks 'gnus-undo-mode-hook)))
  




reply via email to

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