diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-07 14:34:29 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-07 14:44:34 +0100 |
commit | c94b81bfc1877e4e7057c66cb73bd0942e9fd218 (patch) | |
tree | 6daede7231084546549b88811137c12f71b5b43e /lisp/mh-e | |
parent | db56e32d1241a6573cb7b688362669abec28e648 (diff) | |
download | emacs-c94b81bfc1877e4e7057c66cb73bd0942e9fd218.tar.gz emacs-c94b81bfc1877e4e7057c66cb73bd0942e9fd218.tar.bz2 emacs-c94b81bfc1877e4e7057c66cb73bd0942e9fd218.zip |
Remove some unnecessary references to Emacs 22
* lisp/cedet/semantic/fw.el:
* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer):
* lisp/emulation/viper-util.el (viper-frame-value):
* lisp/mail/rmail.el (rmail-delete-headers):
* lisp/mh-e/mh-e.el (mh-inc-spool-list): Remove some unnecessary
references to Emacs 22.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-e.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 4e1ca2897bc..17faff0716c 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -1607,7 +1607,7 @@ on the \"INS\" button. Enter a \"Spool File\" of \"~/mail/mh-e\", a \"Folder\" of \"mh-e\", and a \"Key Binding\" of \"m\". You can use \"xbuffy\" to automate the incorporation of this mail -using the Emacs 22 command \"emacsclient\" as follows: +using \"emacsclient\" as follows: box ~/mail/mh-e title mh-e |