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
6d91a595
Commit
6d91a595
authored
Apr 02, 2003
by
Kai Großjohann
Browse files
(top-level): Quote second arg to
`eval-after-load'.
parent
64453f32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emulation/crisp.el
lisp/emulation/crisp.el
+3
-3
No files found.
lisp/ChangeLog
View file @
6d91a595
2003-04-02 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
* emulation/crisp.el (top-level): Quote second arg to
`eval-after-load'.
2003-04-02 Miles Bader <miles@gnu.org>
* scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
...
...
lisp/emulation/crisp.el
View file @
6d91a595
...
...
@@ -387,9 +387,9 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise."
;; Interaction with other packages.
(
eval-after-load
'cua
(
progn
(
add-to-list
'cua--standard-movement-commands
'crisp-home
)
(
add-to-list
'cua--standard-movement-commands
'crisp-end
)))
'
(
progn
(
add-to-list
'cua--standard-movement-commands
'crisp-home
)
(
add-to-list
'cua--standard-movement-commands
'crisp-end
)))
(
run-hooks
'crisp-load-hook
)
(
provide
'crisp
)
...
...
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