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
956777b3
Commit
956777b3
authored
Aug 14, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
5780586e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
etc/NEWS
etc/NEWS
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
No files found.
etc/NEWS
View file @
956777b3
...
...
@@ -236,6 +236,12 @@ There is now support for Imenu to index headings. A new command
`outline-headers-as-kill'
copies the visible headings in the region to
the kill ring, e.g. to produce a table of contents.
** Changes to Show Paren mode.
*** Overlays used by Show Paren mode now use a priority property.
The new user option show-paren-priority specifies the priority to
use. Default is 1000.
** New command M-x check-parens can be used to find unbalanced paren
groups and strings in buffers in Lisp mode (or other modes).
...
...
lisp/ChangeLog
View file @
956777b3
2000-08-14 Gerd Moellmann <gerd@gnu.org>
* paren.el (show-paren-priority): New user option.
(show-paren-function): Set overlay priorities to
show-paren-priority.
2000-08-14 Miles Bader <miles@gnu.org>
* comint.el (comint-bol): Use `forward-line 0' instead of calling
...
...
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