# HG changeset patch # User Oleksander Gavenko # Date 1208465892 -10800 # Node ID d1c4515c3cfa8bdd2f3d8651d7d629750ebc2c9f # Parent ddf0660702ec084afe8a95a24325beabc54acc34 Add copyright notice. diff -r ddf0660702ec -r d1c4515c3cfa .emacs --- a/.emacs Thu Apr 17 23:58:11 2008 +0300 +++ b/.emacs Thu Apr 17 23:58:12 2008 +0300 @@ -1,6 +1,11 @@ ;; -*- mode: lisp; coding: cp1251 -*- -;; Gavenko Alexander, ~/.emacs file for GNU Emacs 21. -;; Гавенко Алескандр, ~/.emacs файл для GNU Emacs 21. +;; +;; Copyright (C) 2008 by Gavenko Oleksandr +;; Copyright (C) 2008 by Гавенко Алескандр +;; +;; ~/.emacs file for GNU Emacs 21. + + ;; silent runing (setq inhibit-startup-message t) @@ -184,7 +189,6 @@ (global-set-key [?\C-x right] 'next-buffer) (global-set-key [?\C-x left] 'previous-buffer) - (global-set-key (kbd "\e\eg") 'goto-line) (global-set-key (kbd "\e\er") 'query-replace-regexp) diff -r ddf0660702ec -r d1c4515c3cfa .emacs-custom.el --- a/.emacs-custom.el Thu Apr 17 23:58:11 2008 +0300 +++ b/.emacs-custom.el Thu Apr 17 23:58:12 2008 +0300 @@ -1,3 +1,8 @@ +;; -*- mode: lisp; coding: cp1251 -*- + +;; Copyright (C) 2008 by Gavenko Oleksandr +;; Copyright (C) 2008 by Гавенко Алескандр + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.