;;; about.el -*-emacs-lisp-*- (unless (boundp 'about) (error "Bad load protocol")) (let (k v) (while (setq k (read) v (and k (read))) (setq about (cons (cons k v) about)))) :package "@PACKAGE_NAME@" :version "@PACKAGE_VERSION@" :setup-copyright-notice " ;;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, ;;; 2004, 2006, 2007, 2008 Thien-Thi Nguyen ;;; This file is part of ttn's personal elisp library, released under ;;; the terms of the GNU General Public License as published by the ;;; Free Software Foundation; either version 3, or (at your option) any ;;; later version. There is NO WARRANTY. See file COPYING for details." :subdirs (import bofh diversions editing low-stress mail-n-news prog-env term) :core-components (veneration ; honor the elderly vars ; variables hooks ; mode hooks keys ; key bindings do-it-now) ; dynamic initialization nil ;;; about.el ends here