]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-limit): Fix sense typo in defsubst.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 17 Aug 2007 22:18:54 +0000 (22:18 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 17 Aug 2007 22:18:54 +0000 (22:18 +0000)
lisp/emacs-lisp/copyright.el

index fc6ff213c6ffc81534c51e7ed332edd9773d5468..cc392a36f04b15c01e5b214eb286ac7a3bf3d23c 100644 (file)
@@ -91,8 +91,7 @@ When this is `function', only ask when called non-interactively."
   "String representing the current year.")
 
 (defsubst copyright-limit ()            ; re-search-forward BOUND
-  (or (not copyright-limit)
-      (+ (point) copyright-limit)))
+  (and copyright-limit (+ (point) copyright-limit)))
 
 (defun copyright-update-year (replace noquery)
   (when