Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
35caaaef
Commit
35caaaef
authored
Oct 27, 1996
by
David Kågedal
Browse files
Lite fula hack så att man kan skriva inlägg.
parent
8be39b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/edit-text.el
View file @
35caaaef
...
...
@@ -308,8 +308,8 @@ Entry to this mode runs lyskom-edit-mode-hook."
(
setq
major-mode
'lyskom-edit-mode
)
(
setq
mode-name
lyskom-edit-mode-name
)
;; (setq buffer-offer-save t)
(
use-local-map
(
overlay-map
lyskom-edit-mode-
mode-
map
lyskom-edit-mode-map
))
(
use-local-map
(
append
lyskom-edit-mode-map
(
cdr
lyskom-edit-mode-
mode-
map
))
)
(
auto-save-mode
1
)
(
auto-fill-mode
1
)
(
make-local-variable
'paragraph-start
)
...
...
@@ -909,8 +909,8 @@ buffer and edit buffers."
(
processp
lyskom-proc
)
lyskom-proc
)
(
signal
'lyskom-internal-error
"lyskom-count-down-edits called from "
(
current-buffer
)))))
(
list
"lyskom-count-down-edits called from "
(
current-buffer
)))))
)
(
set-buffer
(
process-buffer
proc
))
(
while
(
and
lyskom-list-of-edit-buffers
(
not
(
memq
(
car
lyskom-list-of-edit-buffers
)
(
buffer-list
))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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