emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/foldout.el
Date: Fri, 04 Apr 2003 01:22:08 -0500

Index: emacs/lisp/foldout.el
diff -c emacs/lisp/foldout.el:1.10 emacs/lisp/foldout.el:1.11
*** emacs/lisp/foldout.el:1.10  Thu Dec 20 13:39:56 2001
--- emacs/lisp/foldout.el       Tue Feb  4 06:20:10 2003
***************
*** 318,324 ****
       ;; catch a request to leave all folds
       ((zerop num-folds)
        (setq num-folds (length foldout-fold-list)))
!  
       ;; have we been told not to hide the fold?
       ((< num-folds 0)
        (setq hide-fold nil
--- 318,324 ----
       ;; catch a request to leave all folds
       ((zerop num-folds)
        (setq num-folds (length foldout-fold-list)))
! 
       ;; have we been told not to hide the fold?
       ((< num-folds 0)
        (setq hide-fold nil




reply via email to

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