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
5acce4b7
Commit
5acce4b7
authored
Apr 10, 2007
by
Thien-Thi Nguyen
Browse files
Delete eol whitespace; nfc.
parent
f22f1a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/startup.el
lisp/startup.el
+2
-2
No files found.
lisp/startup.el
View file @
5acce4b7
...
...
@@ -954,11 +954,11 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
(
with-current-buffer
(
window-buffer
)
(
deactivate-mark
)))
;; If the user has a file of abbrevs, read it.
;; If the user has a file of abbrevs, read it.
;; FIXME: after the 22.0 release this should be changed so
;; that it does not read the abbrev file when -batch is used
;; on the command line.
(
when
(
and
(
file-exists-p
abbrev-file-name
)
(
when
(
and
(
file-exists-p
abbrev-file-name
)
(
file-readable-p
abbrev-file-name
))
(
quietly-read-abbrev-file
abbrev-file-name
))
...
...
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