diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-17 06:25:50 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-17 06:25:50 +0100 |
commit | 9e79575486fb6aeb0deb23e17cb2ce9ec02b5fd7 (patch) | |
tree | 3559b6c35d5239dd08a32e985e170513cde9e1d6 /lisp/mail | |
parent | 3be2a6b8b4098e5cf118d196e4cba37054d8292b (diff) | |
download | emacs-9e79575486fb6aeb0deb23e17cb2ce9ec02b5fd7.tar.gz emacs-9e79575486fb6aeb0deb23e17cb2ce9ec02b5fd7.tar.bz2 emacs-9e79575486fb6aeb0deb23e17cb2ce9ec02b5fd7.zip |
Remove some references to XEmacs
* lisp/emulation/viper-cmd.el (viper-start-R-mode):
* lisp/emulation/viper-init.el (viper-window-display-p):
* lisp/emulation/viper-mous.el (viper-surrounding-word):
* lisp/mail/footnote.el (footnote-mode):
* lisp/textmodes/reftex-index.el: Remove some comments referring to
XEmacs.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/footnote.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 716348a9c19..ef040ca90b3 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -898,7 +898,7 @@ play around with the following keys: (make-local-variable 'footnote-end-tag) (make-local-variable 'adaptive-fill-function) - ;; Filladapt was an XEmacs package which is now in GNU ELPA. + ;; Filladapt is a GNU ELPA package. (when (boundp 'filladapt-token-table) ;; add tokens to filladapt to match footnotes ;; 1] xxxxxxxxxxx x x x or [1] x x x x x x x |