comparison lisp/emulation/cua-gmrk.el @ 45078:829beb9a6a4b

Follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 02 May 2002 05:41:46 +0000
parents 358d42530d42
children b5885da440b5
comparison
equal deleted inserted replaced
45077:a34463090ca3 45078:829beb9a6a4b
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Commentary:
26
27 ;;; Code:
25 28
26 (provide 'cua-gmrk) 29 (provide 'cua-gmrk)
27 30
28 (eval-when-compile 31 (eval-when-compile
29 (require 'cua-base) 32 (require 'cua-base)