Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
bb64248b
Commit
bb64248b
authored
Mar 29, 2005
by
Jay Belanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright date.
(calc-full-help): Remove reference to calc-version-date. Update copyright date.
parent
f7e30874
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/calc/calc-help.el
lisp/calc/calc-help.el
+4
-4
No files found.
lisp/ChangeLog
View file @
bb64248b
2005-03-29 Jay Belanger <belanger@truman.edu>
* calc/calc.el: Update copyright date.
(calc-version): Increase to 2.1.
(calc-version-date): Remove.
* calc/calc-help.el: Update copyright date.
(calc-full-help): Remove reference to calc-version-date.
Update copyright date.
2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-do-command): Use a pipe for async processes, so password
...
...
lisp/calc/calc-help.el
View file @
bb64248b
;;; calc-help.el --- help display functions for Calc,
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004
, 2005
;; Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
...
...
@@ -409,10 +409,10 @@ C-w Describe how there is no warranty for Calc."
(
defun
calc-full-help
()
(
interactive
)
(
with-output-to-temp-buffer
"*Help*"
(
princ
(
format
"GNU Emacs Calculator version %s
of %s
.\n"
calc-version
calc-version-date
))
(
princ
(
format
"GNU Emacs Calculator version %s.\n"
calc-version
))
(
princ
" By Dave Gillespie, daveg@synaptics.com.\n"
)
(
princ
" Copyright (C)
1990, 1993
Free Software Foundation, Inc.\n\n"
)
(
princ
" Copyright (C)
2005
Free Software Foundation, Inc.\n\n"
)
(
princ
"Type `h s' for a more detailed summary.\n"
)
(
princ
"Or type `h i' to read the full Calc manual on-line.\n\n"
)
(
princ
"Basic keys:\n"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment