aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorGlenn Morris2018-03-06 20:16:52 -0500
committerGlenn Morris2018-03-06 20:16:52 -0500
commit501808ce690c93eac7df4b8f467ed940528d9229 (patch)
tree40e9df86131b9d81757a5505b5cdef2f86c6397b /lisp/emulation
parent19afff31c9340ba5c35504064fb0fadcc8a86aff (diff)
downloademacs-501808ce690c93eac7df4b8f467ed940528d9229.tar.gz
emacs-501808ce690c93eac7df4b8f467ed940528d9229.zip
Replace some obsolete aliases in code
* lisp/emulation/viper.el (viper-set-hooks): * lisp/epa-hook.el (auto-encryption-mode): * lisp/term/pc-win.el (set-frame-font): Replace obsolete aliases. * lisp/net/quickurl.el (quickurl--assoc-function): New. (quickurl-assoc-function): Use it.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 13a88ad11fa..c8eca30e88b 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -902,7 +902,7 @@ Two differences:
902 (viper-setup-ESC-to-escape t) 902 (viper-setup-ESC-to-escape t)
903 903
904 (add-hook 'change-major-mode-hook #'viper-major-mode-change-sentinel) 904 (add-hook 'change-major-mode-hook #'viper-major-mode-change-sentinel)
905 (add-hook 'find-file-hooks #'set-viper-state-in-major-mode) 905 (add-hook 'find-file-hook #'set-viper-state-in-major-mode)
906 906
907 ;; keep this because many modes we don't know about use this hook 907 ;; keep this because many modes we don't know about use this hook
908 (defvar text-mode-hook) 908 (defvar text-mode-hook)