emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/erc/erc-menu.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-menu.el,v
Date: Sat, 07 Jun 2008 02:34:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/07 02:34:54

Index: erc-menu.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/erc-menu.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- erc-menu.el 6 May 2008 03:34:25 -0000       1.10
+++ erc-menu.el 7 Jun 2008 02:34:54 -0000       1.11
@@ -1,7 +1,7 @@
 ;; erc-menu.el -- Menu-bar definitions for ERC
 
-;; Copyright (C) 2001, 2002, 2004, 2005, 2006,
-;;   2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007,
+;;   2008  Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm, processes, menu
@@ -129,8 +129,7 @@
      (message "You might have to restart Emacs to remove the ERC menu"))))
 
 ;; silence byte-compiler warning
-(eval-when-compile
-  (defvar erc-menu nil))
+(defvar erc-menu)
 
 (defun erc-menu-add ()
   "Add the ERC menu to the current buffer."




reply via email to

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