]> code.delx.au - gnu-emacs/blobdiff - lisp/case-table.el
(read-regexp): Add regexp for symbol at point to the defaults (Bug#13687).
[gnu-emacs] / lisp / case-table.el
index 4705645ccc8ef62219b7e2cd3283b966b7135bfb..711d4e4ec8ca1f4cb5577785b6393a0241a03652 100644 (file)
@@ -1,11 +1,11 @@
 ;;; case-table.el --- code to extend the character set and support case tables
 
-;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1988, 1994, 2001-2013 Free Software Foundation, Inc.
 
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
 ;; Keywords: i18n
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 
@@ -174,5 +174,4 @@ SYNTAX should be \" \", \"w\", \".\" or \"_\"."
 
 (provide 'case-table)
 
-;; arch-tag: 3c2cf885-2c9a-449a-9972-2e269191896d
 ;;; case-table.el ends here