From 03fdd67449f51bb8868b4e1e42463a404cec3ec5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 9 Apr 2008 10:07:14 +0000 Subject: [PATCH] New file. --- lisp/ChangeLog | 8 ++++++-- lisp/calc/.gitignore | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 lisp/calc/.gitignore diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a2a05d8cfd..e1628021f0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-09 Juanma Barranquero + + * calc/.cvsignore: New file. + 2008-04-09 Jan Djärv * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as @@ -23,8 +27,8 @@ 2008-04-09 Chong Yidong - * emacs-lisp/regexp-opt.el (regexp-opt-group): Use - substring-no-properties for correct handling of unibyte strings. + * emacs-lisp/regexp-opt.el (regexp-opt-group): + Use substring-no-properties for correct handling of unibyte strings. 2008-04-09 Stefan Monnier diff --git a/lisp/calc/.gitignore b/lisp/calc/.gitignore new file mode 100644 index 00000000000..a46b68dccbd --- /dev/null +++ b/lisp/calc/.gitignore @@ -0,0 +1,2 @@ +*.elc +calc-loaddefs.el -- 2.11.4.GIT