]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some references to Emacs 21
authorStefan Kangas <stefan@marxist.se>
Sun, 7 Mar 2021 04:09:21 +0000 (05:09 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 7 Mar 2021 04:51:39 +0000 (05:51 +0100)
* lisp/erc/erc-track.el (erc-track-position-in-mode-line):
* lisp/erc/erc.el (erc-header-line-format):
* lisp/ibuffer.el (ibuffer-mode):
* lisp/ruler-mode.el: Remove some references to Emacs 21.

lisp/erc/erc-track.el
lisp/erc/erc.el
lisp/ibuffer.el
lisp/ruler-mode.el

index 56f66563ad6e8fb117120cd5fc92fe901b0c936e..a853a362252c04ec96c2b28d142f7c576bb02add 100644 (file)
@@ -244,8 +244,6 @@ The effect may be disabled by setting this variable to nil."
 (defcustom erc-track-position-in-mode-line 'before-modes
   "Where to show modified channel information in the mode-line.
 
-Setting this variable only has effect in GNU Emacs versions above 21.3.
-
 Choices are:
 `before-modes' - add to the beginning of `mode-line-modes',
 `after-modes'  - add to the end of `mode-line-modes',
index 7ee409b7351847593f98b5b79e278f4367257c2f..1e44e4e3e37475a113aab9053dd39ab53cd2a087 100644 (file)
@@ -6290,7 +6290,6 @@ The following characters are replaced:
 
 (defcustom erc-header-line-format "%n on %t (%m,%l) %o"
   "A string to be formatted and shown in the header-line in `erc-mode'.
-Only used starting in Emacs 21.
 
 Set this to nil if you do not want the header line to be
 displayed.
index 7939bbb77395bd10625ebefae3ed459869cc3abd..78ae2705a916712c6ac3186272adc9abbb338320 100644 (file)
@@ -2579,7 +2579,7 @@ will be inserted before the group at point."
   (setq buffer-read-only t)
   (buffer-disable-undo)
   (setq truncate-lines ibuffer-truncate-lines)
-  ;; This makes things less ugly for Emacs 21 users with a non-nil
+  ;; This makes things less ugly for users with a non-nil
   ;; `show-trailing-whitespace'.
   (setq show-trailing-whitespace nil)
   ;; disable `show-paren-mode' buffer-locally
index 38283a5c568b062e12c497be6ac6e7e4c6664cfb..c9d39397e06e7b33c7ce464c2e3e218092e0766a 100644 (file)
@@ -25,7 +25,7 @@
 ;;; Commentary:
 
 ;; This library provides a minor mode to display a ruler in the header
-;; line.  It works from Emacs 21 onwards.
+;; line.
 ;;
 ;; You can use the mouse to change the `fill-column' `comment-column',
 ;; `goal-column', `window-margins' and `tab-stop-list' settings: