]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some unnecessary references to Emacs 22
authorStefan Kangas <stefan@marxist.se>
Tue, 7 Dec 2021 13:34:29 +0000 (14:34 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 7 Dec 2021 13:44:34 +0000 (14:44 +0100)
* 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.

lisp/cedet/semantic/fw.el
lisp/emacs-lisp/bytecomp.el
lisp/emulation/viper-util.el
lisp/mail/rmail.el
lisp/mh-e/mh-e.el

index 16e8ce8de95d09492ae655a54a16ae9f2c41c651..3502cda500e8f723f54b383216acad1221af9bb5 100644 (file)
@@ -66,8 +66,6 @@
 
 (defalias 'semantic-mode-line-update #'force-mode-line-update)
 
-;; Since Emacs 22 major mode functions should use `run-mode-hooks' to
-;; run major mode hooks.
 (define-obsolete-function-alias 'semantic-run-mode-hooks #'run-mode-hooks "28.1")
 
 ;; Fancy compat usage now handled in cedet-compat
index b1afa6fe611936f6fa38cd4c7b8b3211fb8bdb6a..644d9f1a470f17d3968a01c8be6502bd22da15df 100644 (file)
@@ -2230,8 +2230,7 @@ With argument ARG, insert value in current buffer after the form."
        (byte-compile-depth 0)
        (byte-compile-maxdepth 0)
        (byte-compile-output nil)
-       ;; This allows us to get the positions of symbols read; it's
-       ;; new in Emacs 22.1.
+        ;; This allows us to get the positions of symbols read.
        (read-with-symbol-positions inbuffer)
        (read-symbol-positions-list nil)
        ;;        #### This is bound in b-c-close-variables.
index 71043b189dbdb23c83e60ec00ef3df33d2f52602..0af54b37432854da08b17111425e70985619007c 100644 (file)
@@ -79,9 +79,6 @@
 (defmacro viper-frame-value (variable)
   "Return the value of VARIABLE local to the current frame, if there is one.
 Otherwise return the normal value."
-  ;; Frame-local variables are obsolete from Emacs 22.2 onwards,
-  ;; so we do it by hand instead.
-  ;; Buffer-local values take precedence over frame-local ones.
   `(if (local-variable-p ',variable)
        ,variable
      ;; Distinguish between no frame parameter and a frame parameter
index 9fbc9ba180f06ac15ec941bd89f59c78e486eba0..afcb7f39bf27eb0bb894c28a2aa8de7a6b208e05 100644 (file)
@@ -4125,10 +4125,8 @@ typically for purposes of moderating a list."
   "A regexp that matches the separator before the text of a failed message.")
 
 (defvar mail-mime-unsent-header "^Content-Type: message/rfc822 *$"
- "A regexp that matches the header of a MIME body part with a failed message.")
 "A regexp that matches the header of a MIME body part with a failed message.")
 
-;; This is a cut-down version of rmail-clear-headers from Emacs 22.
-;; It doesn't have the same functionality, hence the name change.
 (defun rmail-delete-headers (regexp)
   "Delete any mail headers matching REGEXP.
 The message should be narrowed to just the headers."
@@ -4136,10 +4134,6 @@ The message should be narrowed to just the headers."
     (goto-char (point-min))
     (while (re-search-forward regexp nil t)
       (beginning-of-line)
-      ;; This code from Emacs 22 doesn't seem right, since r-n-h is
-      ;; just for display.
-;;;      (if (looking-at rmail-nonignored-headers)
-;;;      (forward-line 1)
       (delete-region (point)
                     (save-excursion
                       (if (re-search-forward "\n[^ \t]" nil t)
index 4e1ca2897bc1bfd04be2d4acdb00fbad98c7c1b9..17faff0716c7798725e7185518982aae0724e108 100644 (file)
@@ -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