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
14e76ac9
Commit
14e76ac9
authored
Dec 01, 2001
by
Stefan Monnier
Browse files
(run_hook_list_with_args): Undo last change.
parent
f4c3e044
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
lisp/ChangeLog
lisp/ChangeLog
+18
-0
src/lisp.h
src/lisp.h
+1
-0
No files found.
lisp/ChangeLog
View file @
14e76ac9
...
...
@@ -6,6 +6,24 @@
2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
* mail/smtpmail.el: Use with-current-buffer.
(message-make-date, message-make-message-id): Autoload when needed.
(smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
headers when missing.
* international/encoded-kb.el (encoded-kbd-mode):
Use define-minor-mode.
* enriched.el (enriched-mode): Use define-minor-mode.
Use dolist and pop and push.
* info.el (Info-find-node-2): Don't call info-insert-file-contents
with the `visit' argument.
(Info-extract-menu-node-name): Use `replace-regexps-in-string'.
* progmodes/hideif.el (hide-ifdef-mode): Only modify
`change-major-mode-hook' locally. Reset invisibility spec.
* man.el (Man-build-section-alist): Remove last Man-match-substring.
2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
...
...
src/lisp.h
View file @
14e76ac9
...
...
@@ -2456,6 +2456,7 @@ EXFUN (Frun_hooks, MANY);
EXFUN
(
Frun_hook_with_args
,
MANY
);
EXFUN
(
Frun_hook_with_args_until_success
,
MANY
);
EXFUN
(
Frun_hook_with_args_until_failure
,
MANY
);
extern
Lisp_Object
run_hook_list_with_args
P_
((
Lisp_Object
,
int
,
Lisp_Object
*
));
extern
void
run_hook_with_args_2
P_
((
Lisp_Object
,
Lisp_Object
,
Lisp_Object
));
EXFUN
(
Fand
,
UNEVALLED
);
EXFUN
(
For
,
UNEVALLED
);
...
...
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