comparison lisp/sun-curs.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 4cd7543be581
children 4f28bd14272c
comparison
equal deleted inserted replaced
657:fec3f9a1e3e5 658:7cbd4fcd8b0f
1 ;; Cursor definitions for Sun windows 1 ;;; sun-cursors.el --- cursor definitions for Sun windows
2
2 ;; Copyright (C) 1987 Free Software Foundation, Inc. 3 ;; Copyright (C) 1987 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
203 (setq char (1+ (lsh char 1)))) 204 (setq char (1+ (lsh char 1))))
204 (if (not (eolp))(forward-char))) 205 (if (not (eolp))(forward-char)))
205 206
206 (provide 'sm-cursors) 207 (provide 'sm-cursors)
207 208
209 ;;; sun-cursors.el ends here