Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b96fb65c
Commit
b96fb65c
authored
May 16, 2002
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
e7bdfdcf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
4 deletions
+17
-4
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/nnmail.el
lisp/gnus/nnmail.el
+3
-3
lisp/play/handwrite.el
lisp/play/handwrite.el
+1
-1
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
lisp/ChangeLog
View file @
b96fb65c
2002-05-16 Juanma Barranquero <lektu@terra.es>
* progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
* filesets.el (filesets-ormap): Fix typo.
* faces.el (describe-face): Fix typo.
2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
...
...
lisp/gnus/ChangeLog
View file @
b96fb65c
2002-05-16 Juanma Barranquero <lektu@terra.es>
* gnus-art.el (gnus-mime-copy-part): Fix typo.
2002-05-09 Miles Bader <miles@gnu.org>
* gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
...
...
lisp/gnus/nnmail.el
View file @
b96fb65c
...
...
@@ -651,7 +651,7 @@ If SOURCE is a directory spec, try to return the group name component."
(
defsubst
nnmail-search-unix-mail-delim
()
"Put point at the beginning of the next Unix mbox message."
;; Algorithm used to find the
the
next article in the
;; Algorithm used to find the next article in the
;; brain-dead Unix mbox format:
;;
;; 1) Search for "^From ".
...
...
@@ -680,7 +680,7 @@ If SOURCE is a directory spec, try to return the group name component."
(
defun
nnmail-search-unix-mail-delim-backward
()
"Put point at the beginning of the current Unix mbox message."
;; Algorithm used to find the
the
next article in the
;; Algorithm used to find the next article in the
;; brain-dead Unix mbox format:
;;
;; 1) Search for "^From ".
...
...
@@ -1188,7 +1188,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
(
let
((
split-rest
(
cddr
split
))
(
end
(
match-end
0
))
;; The searched regexp is \(\(FIELD\).*\)\(VALUE\). So,
;; start-of-value is the
the
point just before the
;; start-of-value is the point just before the
;; beginning of the value, whereas after-header-name is
;; the point just after the field name.
(
start-of-value
(
match-end
1
))
...
...
lisp/play/handwrite.el
View file @
b96fb65c
...
...
@@ -492,7 +492,7 @@ values for `handwrite-linespace' and `handwrite-numlines'."
}def
%%EndPreamble\n"
))
;;The
the
font size for the PostScript output.
;;The font size for the PostScript output.
;;Also the x-y-translations of the PostScript stuff.
(
defun
handwrite-insert-info
()
(
insert
"\n%%BeginSizeTranslate\n"
)
...
...
src/ChangeLog
View file @
b96fb65c
2002-05-16 Juanma Barranquero <lektu@terra.es>
* keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix
typo.
2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
* keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
...
...
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