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
b3f5a846
Commit
b3f5a846
authored
Mar 13, 2009
by
Deepak Goel
Browse files
m-v corrections.
parent
7c730dd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/progmodes/flymake.el
lisp/progmodes/flymake.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b3f5a846
...
...
@@ -8,9 +8,12 @@
2009-03-13 D. Goel <deego3@gmail.com>
* ibuf-ext.el:
When calling (multiple-value-bind/setq .. ls)
ls -> (values-list ls) throughout.
* progmodes/flymake.el (flymake-float-time): Ditto.
* progmodes/ebrowse.el: Ditto.
...
...
lisp/progmodes/flymake.el
View file @
b3f5a846
...
...
@@ -79,7 +79,7 @@
'float-time
(
if
(
featurep
'xemacs
)
(
lambda
()
(
multiple-value-bind
(
s0
s1
s2
)
(
current-time
)
(
multiple-value-bind
(
s0
s1
s2
)
(
values-list
(
current-time
)
)
(
+
(
*
(
float
(
ash
1
16
))
s0
)
(
float
s1
)
(
*
0.0000001
s2
)))))))
(
defalias
'flymake-replace-regexp-in-string
...
...
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