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
2d712286
Commit
2d712286
authored
Sep 28, 2015
by
Dmitry Gutov
Browse files
Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"
This reverts commit
db828f62
.
parent
e809c39a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
9 deletions
+2
-9
lisp/replace.el
lisp/replace.el
+1
-1
lisp/textmodes/reftex.el
lisp/textmodes/reftex.el
+1
-1
lisp/textmodes/rst.el
lisp/textmodes/rst.el
+0
-4
lisp/whitespace.el
lisp/whitespace.el
+0
-3
No files found.
lisp/replace.el
View file @
2d712286
;;; replace.el --- replace commands for Emacs
-*- coding: utf-8 -*-
;;; replace.el --- replace commands for Emacs
;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2015 Free
;; Software Foundation, Inc.
...
...
lisp/textmodes/reftex.el
View file @
2d712286
...
...
@@ -2446,7 +2446,7 @@ of ENTRY-LIST is a list of cons cells (\"MACRONAME\" . LEVEL). See
;;;***
;;;### (autoloads nil "
reftex-cite
" "
reftex-cite.el
" "
751df6ee674ea533b755e8cda4ad1cf8
")
;;;### (autoloads nil "
reftex-cite
" "
reftex-cite.el
" "
43a3f05c024aee5b7708420f74266933
")
;;; Generated autoloads from reftex-cite.el
(autoload 'reftex-default-bibliography "
reftex-cite
" "
\
...
...
lisp/textmodes/rst.el
View file @
2d712286
...
...
@@ -4235,8 +4235,4 @@ column is used (fill-column vs. end of previous/next line)."
(
provide
'rst
)
;; Local Variables:
;; coding: utf-8
;; End:
;;; rst.el ends here
lisp/whitespace.el
View file @
2d712286
...
...
@@ -2581,8 +2581,5 @@ It should be added buffer-locally to `write-file-functions'."
(
run-hooks
'whitespace-load-hook
)
;; Local Variables:
;; coding: utf-8
;; End:
;;; whitespace.el ends here
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