emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/allout.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/allout.el
Date: Thu, 16 Oct 2003 12:28:31 -0400

Index: emacs/lisp/allout.el
diff -c emacs/lisp/allout.el:1.44 emacs/lisp/allout.el:1.45
*** emacs/lisp/allout.el:1.44   Mon Sep  1 11:45:04 2003
--- emacs/lisp/allout.el        Thu Oct 16 12:28:30 2003
***************
*** 5,11 ****
  ;; Author: Ken Manheimer <address@hidden>
  ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.44 2003/09/01 15:45:04 miles Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  ;; Author: Ken Manheimer <address@hidden>
  ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.45 2003/10/16 16:28:30 eliz Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
***************
*** 508,514 ****
  ;;;_  : Version
  ;;;_   = allout-version
  (defvar allout-version
!   (let ((rcs-rev "$Revision: 1.44 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
--- 508,514 ----
  ;;;_  : Version
  ;;;_   = allout-version
  (defvar allout-version
!   (let ((rcs-rev "$Revision: 1.45 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
***************
*** 1079,1085 ****
  C-c<CR>       allout-rebullet-topic   Reconcile bullets of topic and its 
offspring
                                - distinctive bullets are not changed, others
                                  alternated according to nesting depth.
! C-c b allout-rebullet-current-heading Prompt for alternate bullet for
                                         current topic.
  C-c # allout-number-siblings  Number bullets of topic and siblings - the
                                offspring are not affected.  With repeat
--- 1079,1085 ----
  C-c<CR>       allout-rebullet-topic   Reconcile bullets of topic and its 
offspring
                                - distinctive bullets are not changed, others
                                  alternated according to nesting depth.
! C-c * allout-rebullet-current-heading Prompt for alternate bullet for
                                         current topic.
  C-c # allout-number-siblings  Number bullets of topic and siblings - the
                                offspring are not affected.  With repeat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]