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
9607bd5d
Commit
9607bd5d
authored
Sep 18, 2005
by
Deepak Goel
Browse files
message format spec fixes, commit # 12
parent
5c08522d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/obsolete/fast-lock.el
lisp/obsolete/fast-lock.el
+2
-2
No files found.
lisp/obsolete/fast-lock.el
View file @
9607bd5d
...
...
@@ -226,10 +226,10 @@
(
progn
(
when
temp-message
(
setq
current-message
(
current-message
))
(
message
temp-message
))
(
message
"%s"
temp-message
))
,@
body
)
(
when
temp-message
(
message
current-message
))))))
(
message
"%s"
current-message
))))))
;;
;; We use this for compatibility with a future Emacs.
(
or
(
fboundp
'defcustom
)
...
...
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