Patch for contrib/nogaps.el
Philip Hudson <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
The patch below placates the emacs Lisp byte-compiler and standardises the (require 'cl) as per the elisp manual recommendation. No functional change, no new/changed identifiers, just gets rid of compiler warnings. -- Phil Hudson PGP/GnuPG ID: 0x887DCA63 _______________________________________________ Ratpoison-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/ratpoison-devel
nogaps.patch
(application/octet-stream, 424 B)
*** nogaps.el 2009-04-19 15:31:10.000000000 +0100 --- /home/phil/Desktop/ratpoison/contrib/nogaps.el 2009-04-19 11:23:14.000000000 +0100 *************** *** 5,12 **** ;;; notice and this notice are preserved. ! (eval-when-compile ! (require 'cl)) ! ! (require 'ratpoison-cmd) (defun ratpoison-nogaps () --- 5,9 ---- ;;; notice and this notice are preserved. ! (require 'cl) (defun ratpoison-nogaps ()