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
91ed8a56
Commit
91ed8a56
authored
Jun 07, 2008
by
Glenn Morris
Browse files
Remove unnecessary eval-when-compiles and eval-and-compiles.
parent
3c5fa30a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lisp/net/netrc.el
lisp/net/netrc.el
+3
-4
No files found.
lisp/net/netrc.el
View file @
91ed8a56
...
...
@@ -34,15 +34,14 @@
;;;
;; use encrypt if loaded (encrypt-file-alist has to be set as well)
(
eval-and-compile
(
autoload
'encrypt-find-model
"encrypt"
)
(
autoload
'encrypt-insert-file-contents
"encrypt"
))
(
autoload
'encrypt-find-model
"encrypt"
)
(
autoload
'encrypt-insert-file-contents
"encrypt"
)
(
defalias
'netrc-point-at-eol
(
if
(
fboundp
'point-at-eol
)
'point-at-eol
'line-end-position
))
(
defvar
encrypt-file-alist
)
(
eval-when-compile
(
defvar
encrypt-file-alist
)
;; This is unnecessary in the compiled version as it is a macro.
(
if
(
fboundp
'bound-and-true-p
)
(
defalias
'netrc-bound-and-true-p
'bound-and-true-p
)
...
...
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