branch: externals/emacs-lisp-intro-es
commit 2cfea6b297a0c1eab6bece50d350555e9795afa0
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    Prepare for GNU ELPA
    
    * emacs-lisp-intro-es.el: New file, need for ELPA.
    * History: Mention the specific revision of the original text.
---
 History                |  8 ++++++++
 emacs-lisp-intro-es.el | 15 +++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/History b/History
old mode 100755
new mode 100644
index f2509e7725..6eafd619bd
--- a/History
+++ b/History
@@ -6,6 +6,14 @@ This is a translation into Spanish of :
 An Introduction to Programming in Emacs Lisp. 
 Editon 3.10, 28 October 2009.
 
+The specific revision from which it was taken seems to be:
+
+    commit 9450ac063cfe3a1d3ab6b24dc21f484006617f3f (HEAD)
+    Author: Glenn Morris <[email protected]>
+    Date:   Sun Mar 3 10:44:56 2013 -0800
+
+    * emacs-lisp-intro.texi (Simple Extension): Fix typos.
+
 Copyright 1990, 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 
 2004, 2005, 2006, 2007 2008, 2009 Free Sofware Foundation, Inc.
 
diff --git a/emacs-lisp-intro-es.el b/emacs-lisp-intro-es.el
new file mode 100644
index 0000000000..0146c3a597
--- /dev/null
+++ b/emacs-lisp-intro-es.el
@@ -0,0 +1,15 @@
+;;; emacs-lisp-intro-es.el --- ELisp intro manual in Spanish  -*- 
lexical-binding:t -*-
+
+;; Copyright (C) 2026  Free Software Foundation, Inc.
+;;
+;; Author: David Arroyo Menéndez <[email protected]>
+;; Version: 0
+
+;;; Commentary:
+
+;; This is just a dummy file that holds the package's metadata.
+
+;;; Code:
+
+(provide 'emacs-lisp-intro-es)
+;;; emacs-lisp-intro-es.el ends here

Reply via email to