Replace some obsolete aliases in code
* lisp/net/eudc-bob.el (eudc-bob-mail-keymap): * lisp/textmodes/reftex-toc.el (reftex-make-separate-toc-frame): Replace obsolete aliases.
This commit is contained in:
parent
6bcb48cf27
commit
685175404f
2 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ display a button."
|
|||
(define-key map [return] 'goto-address-at-point)
|
||||
(define-key map (if (featurep 'xemacs)
|
||||
[button2]
|
||||
[down-mouse-2]) 'goto-address-at-mouse)
|
||||
[down-mouse-2]) 'goto-address-at-point)
|
||||
map))
|
||||
|
||||
(set-keymap-parent eudc-bob-image-keymap eudc-bob-generic-keymap)
|
||||
|
|
|
@ -1096,7 +1096,7 @@ always show the current section in connection with the option
|
|||
(when (eq reftex-auto-recenter-toc 'frame)
|
||||
(unless reftex-toc-auto-recenter-timer
|
||||
(reftex-toggle-auto-toc-recenter))
|
||||
(add-hook 'delete-frame-hook 'reftex-toc-delete-frame-hook)))))
|
||||
(add-hook 'delete-frame-functions 'reftex-toc-delete-frame-hook)))))
|
||||
|
||||
(defun reftex-toc-delete-frame-hook (frame)
|
||||
(if (and reftex-toc-auto-recenter-timer
|
||||
|
|
Loading…
Add table
Reference in a new issue