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
f8da45ad
Commit
f8da45ad
authored
Aug 09, 2002
by
Richard M. Stallman
Browse files
(pages-directory-mode): Undo previous change.
parent
16236388
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/textmodes/page-ext.el
lisp/textmodes/page-ext.el
+6
-1
No files found.
lisp/ChangeLog
View file @
f8da45ad
2002-08-09 Richard M. Stallman <rms@gnu.org>
* textmodes/page-ext.el (pages-directory-mode): Undo previous change.
* simple.el (set-variable): Give locality status in prompt.
2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
...
...
lisp/textmodes/page-ext.el
View file @
f8da45ad
...
...
@@ -694,11 +694,16 @@ Used by `pages-directory' function."
(
terpri
))
(
end-of-line
1
)))
(
def
ine-derived-mode
pages-directory-mode
nil
"Pages-Directory"
(
def
un
pages-directory-mode
()
"Mode for handling the pages-directory buffer.
Move point to one of the lines in this buffer, then use \\[pages-directory-goto] to go
to the same line in the pages buffer."
(
kill-all-local-variables
)
(
use-local-map
pages-directory-map
)
(
setq
major-mode
'pages-directory-mode
)
(
setq
mode-name
"Pages-Directory"
)
(
make-local-variable
'pages-buffer
)
(
make-local-variable
'pages-pos-list
)
(
make-local-variable
'pages-directory-buffer-narrowing-p
))
...
...
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