Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6715fb48
Commit
6715fb48
authored
Jun 07, 1993
by
Richard M. Stallman
Browse files
(outlinify-sticky): Renamed from outlineify-sticky.
parent
7f7436ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/allout.el
lisp/allout.el
+5
-5
No files found.
lisp/allout.el
View file @
6715fb48
...
...
@@ -11,7 +11,7 @@
;;;_ - Author: Ken Manheimer <klm@nist.gov>
;;;_ - Maintainer: Ken Manheimer <klm@nist.gov>
;;;_ - Created: Dec 1991 - first release to usenet
;;;_ - Version: $Id: allout.el,v
3.6
1993/06/0
1 21:30:47 klm Exp
$||
;;;_ - Version: $Id: allout.el,v
1.1
1993/06/0
2 17:53:31 rms Exp rms
$||
;;;_ - Keywords: outline mode
;;;_ - LCD Archive Entry
...
...
@@ -19,7 +19,7 @@
;; LCD Archive Entry:
;; allout|Ken Manheimer|klm@nist.gov
;; |A more thorough outline-mode
;; |27-May-1993|$Id: allout.el,v
3.4
1993/0
5/27 19:24:19 klm Exp
$||
;; |27-May-1993|$Id: allout.el,v
1.1
1993/0
6/02 17:53:31 rms Exp rms
$||
;;;_ - Description
;; A full-fledged outline mode, based on the original rudimentary
...
...
@@ -579,7 +579,7 @@ C-c @ outline-resolve-xref pop-to-buffer named by xref (cf
C-c c outline-copy-exposed Copy outline sans all hidden stuff to
another buffer whose name is derived
from the current one - \"XXX exposed\"
M-x outlin
e
ify-sticky Activate outline mode for current buffer
M-x outlinify-sticky
Activate outline mode for current buffer
and establish -*- outline -*- mode specifier
as well as file local vars to automatically
set exposure. Try it.
...
...
@@ -2469,8 +2469,8 @@ parameterized communication between the two, if suitable.")
(
goto-char
(
point-min
))
)
)
;;;_ > outlin
e
ify-sticky ()
(
defun
outlin
e
ify-sticky
(
&optional
arg
)
;;;_ > outlinify-sticky ()
(
defun
outlinify-sticky
(
&optional
arg
)
" Activate outline mode and establish file eval to set initial exposure.
Invoke with a string argument to designate a string to prepend to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment