+2002-09-13 Juanma Barranquero <lektu@terra.es>
+
+ * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
+ to `idlwave-idlwave_routine_info-compiled'.
+
+ * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
+ three arguments, not four.
+
2002-09-12 Richard M. Stallman <rms@gnu.org>
* international/mule-cmds.el (universal-coding-system-argument):
;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
;; Keywords: convenience
-;; $Id: whitespace.el,v 1.19 2001/12/13 17:34:57 rv Exp $
+;; $Id: whitespace.el,v 1.20 2002/09/11 21:30:25 monnier Exp $
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
(defun whitespace-unload-hook ()
(remove-hook 'find-file-hook 'whitespace-buffer)
- (remove-hook 'write-file-functions 'whitespace-write-file-hook nil t)
+ (remove-hook 'write-file-functions 'whitespace-write-file-hook t)
(remove-hook 'kill-buffer-hook 'whitespace-buffer))
(provide 'whitespace)