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
e597afcb
Commit
e597afcb
authored
Mar 17, 2009
by
Juanma Barranquero
Browse files
* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
parent
6fe45af3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
lisp/ChangeLog
lisp/ChangeLog
+9
-5
lisp/emacs-lisp/benchmark.el
lisp/emacs-lisp/benchmark.el
+2
-2
No files found.
lisp/ChangeLog
View file @
e597afcb
2009-03-17 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
2009-03-17 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
* international/characters.el (cjk-char-width-table):
Add
cp932-2-byte.
* international/characters.el (cjk-char-width-table):
Add
cp932-2-byte.
2009-03-17 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (minibuffer-complete-and-exit): Doc fix.
2009-03-16 David Reitter <david.reitter@gmail.com>
2009-03-16 David Reitter
<david.reitter@gmail.com>
* faces.el (set-face-attributes-from-resources
,
face-set-after-frame-default): Do not import X resources on NS
* faces.el (set-face-attributes-from-resources
)
(
face-set-after-frame-default): Do not import X resources on NS
because NS does not have system-wide X resources.
2009-03-16 Richard M Stallman <rms@gnu.org>
...
...
lisp/emacs-lisp/benchmark.el
View file @
e597afcb
...
...
@@ -104,8 +104,8 @@ result. The overhead of the `lambda's is accounted for."
;;;###autoload
(
defun
benchmark
(
repetitions
form
)
"Print the time taken for REPETITIONS executions of FORM.
Interactively, REPETITIONS is taken from the prefix arg.
For
non-interactive use see also `benchmark-run' and
Interactively, REPETITIONS is taken from the prefix arg.
For
non-interactive use see also `benchmark-run' and
`benchmark-run-compiled'."
(
interactive
"p\nxForm: "
)
(
let
((
result
(
eval
`
(
benchmark-run
,
repetitions
,
form
))))
...
...
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