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
8c307e0f
Commit
8c307e0f
authored
Sep 18, 2005
by
Deepak Goel
Browse files
Message format spec fixes, commit no. 4
parent
29a4e67d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lisp/play/decipher.el
lisp/play/decipher.el
+1
-1
lisp/play/landmark.el
lisp/play/landmark.el
+1
-1
lisp/play/zone.el
lisp/play/zone.el
+1
-1
No files found.
lisp/play/decipher.el
View file @
8c307e0f
...
...
@@ -600,7 +600,7 @@ you have determined the keyword."
(defun decipher-show-alphabet ()
"
Display
the
current
cipher
alphabet
in
the
message
line.
"
(interactive)
(message
(message
"
%s
"
(mapconcat (lambda (a)
(concat
(char-to-string (car a))
...
...
lisp/play/landmark.el
View file @
8c307e0f
...
...
@@ -1473,7 +1473,7 @@ After this limit is reached, lm-random-move is called to push him out of it."
(lm-plot-square (lm-point-square) 1)
(incf lm-number-of-moves)
(if lm-output-moves
(message
(format
"
Moves
made:
%d
" lm-number-of-moves)))
)
(message "
Moves
made:
%d
" lm-number-of-moves)))
(defun lm-random-move ()
...
...
lisp/play/zone.el
View file @
8c307e0f
...
...
@@ -179,7 +179,7 @@ If the element is a function or a list of a function and a number,
(
error
(
funcall
restore
)
(
while
(
not
(
input-pending-p
))
(
message
(
format
"We were zoning when we wrote %s..."
pgm
)
)
(
message
"We were zoning when we wrote %s..."
pgm
)
(
sit-for
3
)
(
message
"...here's hoping we didn't hose your buffer!"
)
(
sit-for
3
)))
...
...
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