mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(top-level): Quote second arg to
`eval-after-load'.
This commit is contained in:
parent
64453f32d0
commit
6d91a595e0
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue