Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!apple!oliveb!mipos3!omepd!merlyn From: merlyn@intelob.intel.com (Randal L. Schwartz @ Stonehenge) Newsgroups: gnu.emacs.bug Subject: 18.54: lisp/cl.el still missing provide/require pair Message-ID: <4450@omepd.UUCP> Date: 18 May 89 21:51:58 GMT Sender: news@omepd.UUCP Reply-To: merlyn@intelob.intel.com (Randal L. Schwartz @ Stonehenge) Organization: Stonehenge; netaccess via BiiN, Hillsboro, Oregon, USA Lines: 25 GNU Emacs 18.54 is still missing (require 'cl) *after* the (provide 'cl) This is the solution I came up with last year so that you didn't need to remember to load the file before byte-compiling it. Let's hope this gets into version 19, OK? Just to be redundantly clear: (provide 'cl) (require 'cl) enables the file to be loaded, or byte-compiled without loading (which then gets loaded as a side-effect), or byte-compiled after loading (or ignored :-). No fuss, no muss. -- ***** PLEASE IGNORE THE ADDRESS IN THE HEADER ***** /=Randal L. Schwartz, Stonehenge Consulting Services (503)777-0095===\ { ...!uunet!agora.hf.intel.com!merlyn } \=Cute quote: "Welcome to Oregon... home of the California Raisins!"=/