diff options
author | João Távora <joaotavora@gmail.com> | 2021-10-03 16:05:40 +0100 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2021-10-04 00:17:12 +0100 |
commit | d3a832a61ab5766b6ec879cee9ab75bbbc62034a (patch) | |
tree | 79a63185ad966b7fe4ede306efaba3eef82b8532 /lisp/loadup.el | |
parent | 483142615864e990b2ec45e61681d7ab44096335 (diff) | |
download | emacs-d3a832a61ab5766b6ec879cee9ab75bbbc62034a.tar.gz emacs-d3a832a61ab5766b6ec879cee9ab75bbbc62034a.tar.bz2 emacs-d3a832a61ab5766b6ec879cee9ab75bbbc62034a.zip |
Simplify hack-read-symbol-shorthands again (bug#50946)
* lisp/loadup.el (load-source-file-function): Don't set twice.
* lisp/shorthands.el (hack-read-symbol-shorthands): Simplify.
(load-with-shorthands-and-code-conversion): Remove.
* lisp/international/mule.el (load-with-code-conversion): Call
hack-read-symbol-shorthands-function. Set up shorthands.
(hack-read-symbol-shorthands-function): New variable.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 3fb6b813285..3a55d2c8057 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -355,7 +355,6 @@ (load "paren") (load "shorthands") -(setq load-source-file-function #'load-with-shorthands-and-code-conversion) (load "emacs-lisp/eldoc") (load "cus-start") ;Late to reduce customize-rogue (needs loaddefs.el anyway) |