emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/copyright.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/copyright.el
Date: Wed, 20 Aug 2003 14:46:55 -0400

Index: emacs/lisp/emacs-lisp/copyright.el
diff -c emacs/lisp/emacs-lisp/copyright.el:1.41 
emacs/lisp/emacs-lisp/copyright.el:1.42
*** emacs/lisp/emacs-lisp/copyright.el:1.41     Sat Jun 14 16:11:12 2003
--- emacs/lisp/emacs-lisp/copyright.el  Wed Aug 20 14:46:55 2003
***************
*** 42,52 ****
    :type '(choice (integer :tag "Limit")
                 (const :tag "No limit")))
  
! ;; Would it be cleaner to specify Latin-1 coding for this file,
! ;; and not use both unibyte and multibyte copyright symbol characters?
! 
! ;; The character classes include the unibyte (C) sign,
! ;; the Latin-1 version, and the Latin-9 version.
  (defcustom copyright-regexp
   "\\([©Ž©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
  \\|[Cc]opyright\\s *:?\\s *[©Ž©]\\)\
--- 42,49 ----
    :type '(choice (integer :tag "Limit")
                 (const :tag "No limit")))
  
! ;; The character classes have the Latin-1 version and the Latin-9
! ;; version, which is probably enough.
  (defcustom copyright-regexp
   "\\([©Ž©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
  \\|[Cc]opyright\\s *:?\\s *[©Ž©]\\)\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]