| severity 309788 minor | thanks | | Jari Aalto <[EMAIL PROTECTED]> wrote: | | > Package: dpkg-dev-el | > Version: 24.10-1 | > Severity: normal | > While compiling toplevel forms in file /usr/share/emacs21/site-lisp/dpkg-dev-el/deb | > ian-changelog-mode.el: | > ** `(fboundp (quote imenu))' called for effect | | You _know_ that's a warning and not an error. I don't recall the | details of why that was needed, but it's not an error. | | Have a better suggestion that avoids the compiler warning?
Hi Peter, I know, but compiler warnings gives me shivers. Howabout this? Jari --- debian-changelog-mode.el 2005/05/19 23:43:20 1.1 +++ debian-changelog-mode.el 2005/05/19 23:45:45 1.2 @@ -1513,9 +1513,8 @@ ;;; imenu stuff - Peter Galbraith, May 2001 (eval-when-compile - (require 'cl)) + (require 'cl) (if (fboundp 'imenu) ;Make sure auto-load is loaded - (eval-when-compile (require 'imenu))) (defvar debian-changelog-imenu-doing-closebug nil -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]