]> code.delx.au - gnu-emacs/blobdiff - lisp/s-region.el
Change encoding to iso-2022-7bit and add coding: tag.
[gnu-emacs] / lisp / s-region.el
index f7cabf012b7d5e1343889c1e3a8830dd4a5795a0..4153174ee241d932e8aa8b7feb8a1cda37bfeab7 100644 (file)
@@ -32,7 +32,7 @@
 
 ;; Currently, s-region-move may be bound only to events that are vectors
 ;; of length one and whose last element is a symbol.  Also, the functions
-;; that are given this kind of overlay should be (interactive "p") 
+;; that are given this kind of overlay should be (interactive "p")
 ;; functions.
 
 ;; If the following keys are not already bound then...
@@ -121,4 +121,5 @@ to global keymap."
 
 (provide 's-region)
 
+;;; arch-tag: a471e912-18d7-4247-a29b-2100bca180ff
 ;;; s-region.el ends here