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
27c33569
Commit
27c33569
authored
Feb 06, 2008
by
Richard M. Stallman
Browse files
(mh-make-seq, mh-seq-name): Use defsubst.
parent
64137f20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+10
-0
lisp/mh-e/mh-seq.el
lisp/mh-e/mh-seq.el
+4
-4
No files found.
lisp/mh-e/ChangeLog
View file @
27c33569
2008
-
02
-
06
Richard
Stallman
<
rms
@
gnu
.
org
>
*
mh
-
seq
.
el
(
mh
-
make
-
seq
,
mh
-
seq
-
name
):
Use
defsubst
.
*
mh
-
acros
.
el
(
mh
-
do
-
in
-
gnu
-
emacs
,
mh
-
do
-
in
-
xemacs
)
(
with
-
mh
-
folder
-
updating
,
mh
-
in
-
show
-
buffer
)
(
mh
-
iterate
-
on
-
messages
-
in
-
region
,
mh
-
iterate
-
on
-
range
):
(
mh
-
do
-
at
-
event
-
location
):
Add
debug
decls
.
(
mh
-
seq
-
msgs
):
Use
defsubst
.
2008
-
02
-
05
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
mh
-
e
.
el
(
mh
-
scan
-
format
-
file
-
check
,
mh
-
adaptive
-
cmd
-
note
-
flag
-
check
):
...
...
lisp/mh-e/mh-seq.el
View file @
27c33569
...
...
@@ -53,13 +53,13 @@
;;; Macros
(
def
macro
mh-make-seq
(
name
msgs
)
(
def
subst
mh-make-seq
(
name
msgs
)
"Create sequence NAME with the given MSGS."
(
list
'
cons
name
msgs
))
(
cons
name
msgs
))
(
def
macro
mh-seq-name
(
sequence
)
(
def
subst
mh-seq-name
(
sequence
)
"Extract sequence name from the given SEQUENCE."
(
list
'
car
sequence
))
(
car
sequence
))
...
...
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