emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-macs.el
Date: Wed, 16 Jan 2002 01:33:20 -0500

Index: emacs/lisp/ibuf-macs.el
diff -c emacs/lisp/ibuf-macs.el:1.1 emacs/lisp/ibuf-macs.el:1.2
*** emacs/lisp/ibuf-macs.el:1.1 Sun Jan 13 00:55:24 2002
--- emacs/lisp/ibuf-macs.el     Wed Jan 16 01:33:20 2002
***************
*** 1,11 ****
  ;;; ibuf-macs.el --- macros for ibuffer
  
! ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
  
  ;; Author: Colin Walters <address@hidden>
  ;; Created: 6 Dec 2001
- ;; X-RCS: $Id: ibuf-macs.el,v 1.1 2002/01/13 05:55:24 walters Exp $
- ;; URL: http://cvs.verbum.org/ibuffer
  ;; Keywords: buffer, convenience
  
  ;; This file is not currently part of GNU Emacs.
--- 1,9 ----
  ;;; ibuf-macs.el --- macros for ibuffer
  
! ;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
  
  ;; Author: Colin Walters <address@hidden>
  ;; Created: 6 Dec 2001
  ;; Keywords: buffer, convenience
  
  ;; This file is not currently part of GNU Emacs.
***************
*** 26,31 ****
--- 24,32 ----
  ;; Boston, MA 02111-1307, USA.
  
  ;;; Code:
+ 
+ (eval-when-compile
+   (require 'cl))
  
  ;; From Paul Graham's "ANSI Common Lisp", adapted for Emacs Lisp here.
  (defmacro ibuffer-aif (test true-body &rest false-body)



reply via email to

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