[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102335: * lisp/obsolete/lucid.el: Do
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102335: * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file. |
Date: |
Wed, 10 Nov 2010 19:54:59 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102335
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-11-10 19:54:59 -0800
message:
* lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.
modified:
lisp/ChangeLog
lisp/obsolete/lucid.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-11-11 03:53:16 +0000
+++ b/lisp/ChangeLog 2010-11-11 03:54:59 +0000
@@ -1,5 +1,7 @@
2010-11-11 Glenn Morris <address@hidden>
+ * obsolete/lucid.el: Don't warn about any CL functions in this file.
+
* progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
* progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
=== modified file 'lisp/obsolete/lucid.el'
--- a/lisp/obsolete/lucid.el 2010-10-02 02:46:13 +0000
+++ b/lisp/obsolete/lucid.el 2010-11-11 03:54:59 +0000
@@ -234,5 +234,8 @@
(provide 'lucid)
-;; arch-tag: 80f9ab46-0b36-4151-86ed-3edb6d449c9e
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
;;; lucid.el ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102335: * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.,
Glenn Morris <=