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
822b684f
Commit
822b684f
authored
Jun 17, 1994
by
Richard M. Stallman
Browse files
(lm-section-mark): Accept extra semicolons;
accept spaces at end of line.
parent
651fca74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/lisp-mnt.el
lisp/emacs-lisp/lisp-mnt.el
+2
-2
No files found.
lisp/emacs-lisp/lisp-mnt.el
View file @
822b684f
...
...
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com>
;; Created: 14 Jul 1992
;; Version: $Id: lisp-mnt.el,v 1.
7
199
3/12/26 08:02:10 rms
Exp
kwzh
$
;; Version: $Id: lisp-mnt.el,v 1.
8
199
4/05/03 23:21:00 kwzh
Exp
rms
$
;; Keywords: docs
;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out!
...
...
@@ -123,7 +123,7 @@
(
save-excursion
(
let
((
case-fold-search
t
))
(
goto-char
(
point-min
))
(
if
(
re-search-forward
(
concat
"^;;; "
hd
":$"
)
nil
t
)
(
if
(
re-search-forward
(
concat
"^;;;
;*
"
hd
":
[ \t]*
$"
)
nil
t
)
(
progn
(
beginning-of-line
)
(
if
after
(
forward-line
1
))
...
...
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