Whitespace changes in the sample .emacs file.
This commit is contained in:
parent
a2d61eb86a
commit
2c9abf4694
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18473
1 changed files with 2 additions and 2 deletions
|
@ -1988,8 +1988,8 @@ else if (pid == 0) { /* child */
|
|||
|
||||
;; Treat 'y' or <CR> as yes, 'n' as no.
|
||||
(fset 'yes-or-no-p 'y-or-n-p)
|
||||
(define-key query-replace-map [return] 'act)
|
||||
(define-key query-replace-map [?\C-m] 'act)
|
||||
(define-key query-replace-map [return] 'act)
|
||||
(define-key query-replace-map [?\C-m] 'act)
|
||||
|
||||
;; Load packages
|
||||
(require 'desktop)
|
||||
|
|
Loading…
Reference in a new issue