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
512e4cdc
Commit
512e4cdc
authored
Sep 11, 2013
by
Glenn Morris
Browse files
* lisp/play/landmark.el (landmark-mode): Fix typos.
parent
d3506ca5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/play/landmark.el
lisp/play/landmark.el
+2
-2
No files found.
lisp/ChangeLog
View file @
512e4cdc
2013-09-11 Glenn Morris <rgm@gnu.org>
* play/landmark.el (landmark-mode): Fix typos.
* vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
Check cvs-sort-ignore-file is bound.
...
...
lisp/play/landmark.el
View file @
512e4cdc
...
...
@@ -233,7 +233,7 @@
(
put
'landmark-mode
'intangible
1
)
;; This one is for when they set view-read-only to t: Landmark cannot
;; allow View Mode to be activated in its buffer.
(
define-derived-mode
l
m
-mode
special-mode
"Lm"
(
define-derived-mode
l
andmark
-mode
special-mode
"Lm"
"Major mode for playing Lm against Emacs.
You and Emacs play in turn by marking a free square. You mark it with X
and Emacs marks it with O. The winner is the first to get five contiguous
...
...
@@ -245,7 +245,7 @@ Other useful commands:
\\{landmark-mode-map}
Entry to this mode calls the value of `landmark-mode-hook' if that value
is non-nil. One interesting value is `turn-on-font-lock'."
(
l
m
-display-statistics
)
(
l
andmark
-display-statistics
)
(
setq-local
font-lock-defaults
'
(
lm-font-lock-keywords
t
))
(
setq
buffer-read-only
t
))
...
...
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