[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/elide-head.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/elide-head.el |
Date: |
Wed, 14 Aug 2002 20:38:55 -0400 |
Index: emacs/lisp/elide-head.el
diff -c emacs/lisp/elide-head.el:1.9 emacs/lisp/elide-head.el:1.10
*** emacs/lisp/elide-head.el:1.9 Mon Jul 16 08:22:58 2001
--- emacs/lisp/elide-head.el Wed Aug 14 20:38:55 2002
***************
*** 33,39 ****
;; elision.
;; You might add `elide-head' to appropriate major mode hooks or to
! ;; `find-file-hooks'. Please do not do this in site init files. If
;; you do, information may be hidden from users who don't know it
;; already.
--- 33,39 ----
;; elision.
;; You might add `elide-head' to appropriate major mode hooks or to
! ;; `find-file-hook'. Please do not do this in site init files. If
;; you do, information may be hidden from users who don't know it
;; already.
***************
*** 78,84 ****
The header is made invisible with an overlay. With a prefix arg, show
an elided material again.
! This is suitable as an entry on `find-file-hooks' or appropriate mode hooks."
(interactive "P")
(if arg
(elide-head-show)
--- 78,84 ----
The header is made invisible with an overlay. With a prefix arg, show
an elided material again.
! This is suitable as an entry on `find-file-hook' or appropriate mode hooks."
(interactive "P")
(if arg
(elide-head-show)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/elide-head.el,
Stefan Monnier <=