diff --git a/mb-depth+.el b/mb-depth+.el index 70821ab..bde98d9 100644 --- a/mb-depth+.el +++ b/mb-depth+.el @@ -6,23 +6,24 @@ ;; Maintainer: Drew Adams ;; Copyright (C) 2006-2013, Drew Adams, all rights reserved. ;; Created: Sat Nov 18 16:37:53 2006 -;; Version: -;; Last-Updated: Fri Dec 28 10:12:25 2012 (-0800) +;; Version: 0 +;; Package-Requires: () +;; Last-Updated: Tue Jul 23 14:30:42 2013 (-0700) ;; By: dradams -;; Update #: 75 +;; Update #: 79 ;; URL: http://www.emacswiki.org/mb-depth+.el ;; Doc URL: http://emacswiki.org/MinibufferDepthIndicator ;; Keywords: convenience ;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x -;; +;; ;; Features that might be required by this library: ;; ;; `mb-depth'. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;;; Commentary: -;; +;; +;;; Commentary: +;; ;; This library modifies library `mb-depth.el' slightly, to let you ;; decide what depth indicator format to use, and which face to ;; highlight it in. It provides a minor tweak to function @@ -49,7 +50,7 @@ ;; (condition-case nil (require 'mb-depth+ nil t) (error nil)) ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; +;; ;;; Change Log: ;; ;; 2008/08/04 @@ -65,24 +66,24 @@ ;; Created. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; +;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either version 2, or ;; (at your option) any later version. -;; +;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; General Public License for more details. -;; +;; ;; You should have received a copy of the GNU General Public License ;; along with this program; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth ;; Floor, Boston, MA 02110-1301, USA. -;; +;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; +;; ;;; Code: ;; Do nothing if we cannot load `mb-depth.el'.