Skip to content

Commit

Permalink
no summary available
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewAdams authored and kensanata committed Jul 23, 2013
1 parent c570840 commit 2687e4f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions mb-depth+.el
Expand Up @@ -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
Expand All @@ -49,7 +50,7 @@
;; (condition-case nil (require 'mb-depth+ nil t) (error nil))
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;
;;; Change Log:
;;
;; 2008/08/04
Expand All @@ -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'.
Expand Down

0 comments on commit 2687e4f

Please sign in to comment.