diff options
Diffstat (limited to 'admin/grammars/make.by')
-rw-r--r-- | admin/grammars/make.by | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/grammars/make.by b/admin/grammars/make.by index 0bfde31979f..d3a03ead472 100644 --- a/admin/grammars/make.by +++ b/admin/grammars/make.by @@ -19,7 +19,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. %package semantic-make-by %provide semantic/bovine/make-by @@ -134,7 +134,7 @@ elements: element some-whitespace elements ( ,@$1 ) | ;;EMPTY ; - + element: sub-element element ( (concat (car ,$1) (car ,$2)) ) | ;;EMPTY |